Tim Graham
|
d63c00a428
Corrected doc'd type of some parameters from string to str.
|
7 gadi atpakaļ |
Samir Shah
|
6c98c5abdf
Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
|
7 gadi atpakaļ |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 gadi atpakaļ |
Tim Graham
|
ee4043f735
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
|
7 gadi atpakaļ |
Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 gadi atpakaļ |
Dmitry Gladkov
|
b09faa497e
Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings.
|
8 gadi atpakaļ |
Tim Graham
|
ad393beeb7
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
|
8 gadi atpakaļ |
Adam Chainz
|
0a9bd266ff
Documented url()'s 'regex' parameter.
|
8 gadi atpakaļ |
Andrew Nester
|
a12826bba7
Fixed #26776 -- Documented url()'s view argument.
|
8 gadi atpakaļ |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 gadi atpakaļ |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 gadi atpakaļ |
Tim Graham
|
49eeb0f570
Fixed #25878 -- Documented requirement that handler404 return a 404 response.
|
9 gadi atpakaļ |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 gadi atpakaļ |
Tim Graham
|
d79122f40b
Refs #23276 -- Removed passing views as strings to url() per deprecation timeline.
|
9 gadi atpakaļ |
Tim Graham
|
a25d3ce007
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
|
9 gadi atpakaļ |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 gadi atpakaļ |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 gadi atpakaļ |
Marten Kenbeek
|
1e82094f1b
Fixed #21927 -- Made application and instance namespaces more distinct.
|
9 gadi atpakaļ |
Tim Graham
|
a9fd740d22
Fixed #23276 -- Deprecated passing views as strings to url().
|
10 gadi atpakaļ |
chriscauley
|
66ec9ee441
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
|
11 gadi atpakaļ |
Tim Graham
|
d73d0e071c
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
11 gadi atpakaļ |
Tim Martin
|
a779757706
Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().
|
11 gadi atpakaļ |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 gadi atpakaļ |
Claude Paroz
|
3f7615cddc
Fixed #22317 -- Fixed documented handler400 default value
|
11 gadi atpakaļ |
Ramiro Morales
|
ce0c5c38ea
A few doc additions for changes from d228c1192e.
|
11 gadi atpakaļ |
Tim Graham
|
6c730da1f6
Fixed #19897 - Updated static files howto.
|
12 gadi atpakaļ |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 gadi atpakaļ |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 gadi atpakaļ |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 gadi atpakaļ |
Aymeric Augustin
|
59ddb79e90
Removed django.conf.urls.defaults.
|
12 gadi atpakaļ |