Salvo Polizzi
|
6e1ece7ed5
Fixed #35090 -- Deprecated registering URL converters with the same name.
|
9 hónapja |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 éve |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
1 éve |
Ralph Reid
|
d3579ca112
Fixed #25996 -- Revised performance section in URLs topic docs.
|
8 éve |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 éve |
Ad Timmering
|
bdf3e156b4
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
|
3 éve |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 éve |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
3 éve |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 éve |
Adam Johnson
|
1cdfe8d912
Prevented (and corrected) single backtick usage in docs.
|
4 éve |
Roy Smith
|
cf493e5c81
Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.
|
4 éve |
Jack Cushman
|
eb629f4c02
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no match.
|
5 éve |
Jack Cushman
|
196009c72c
Clarified that ValueError raised by converter.to_python() means no match unless another URL pattern matches.
|
5 éve |
Hasan Ramezani
|
9736137cdc
Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing optional named groups in Django 3.0.
|
5 éve |
Mariusz Felisiak
|
82a88d2f48
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing.
|
5 éve |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 éve |
sp1rs
|
f197c3dd91
Fixed #30600 -- Clarified that ValueError raised by converter.to_python() means no match.
|
5 éve |
Jonatas C. Damasceno
|
8aad3321ed
Fixed #30437 -- Clarified that urlpatterns can be a sequence.
|
5 éve |
François Freitag
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 éve |
Tom Dyson
|
6752c2756e
Removed obsolete "ugly URL" reference.
|
6 éve |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 éve |
minusf
|
6429961418
Fixed typo in docs/topics/http/urls.txt.
|
6 éve |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 éve |
René Fleschenberg
|
6e52e2554d
Fixed incorrect regex in re_path() example.
|
6 éve |
Seohong Park
|
9716860596
Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.
|
6 éve |
Mariusz Felisiak
|
7c81b28ebc
Updated various links in docs to use HTTPS.
|
6 éve |
Tim Graham
|
038ea4f859
Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes
|
7 éve |
Tim Graham
|
bae365e13c
Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only letters.
|
7 éve |
Ville Skyttä
|
617686e226
Fixed 'a'/'an' mix-ups in docs.
|
7 éve |
Christopher Schäpers
|
6da140724d
Fixed #28627 -- Added slug converter to some path() examples in docs.
|
7 éve |