Claude Paroz
|
4d973f5939
Refs #26601 -- Deprecated passing None as get_response arg to middleware classes.
|
5 years ago |
daniel a rios
|
76b993a117
Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters.
|
6 years ago |
daniel a rios
|
d640c71fa3
Refs #26431 -- Added tests for resolving URL and translate_url() with provided optional parameter.
|
5 years ago |
Sebastian Sangervasi
|
5c4c87e55c
Changed "language-code" to the more commonly used "language code".
|
7 years ago |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 years ago |
Tim Graham
|
116940e3ef
Fixed a Dutch translation in i18n tests.
|
7 years ago |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 years ago |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
8 years ago |
Tim Graham
|
29f607927f
Fixed spelling of "nonexistent".
|
8 years ago |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 years ago |
Claude Paroz
|
95ca01f999
Fixed #26271 -- Fixed i18n_patterns resolution when no language is active
|
9 years ago |
Simon Charette
|
d0451e4cad
Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.
|
9 years ago |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
Tim Graham
|
37ea3cb03e
Fixed "URLconf" spelling in code comments.
|
9 years ago |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 years ago |
Bas Peschier
|
9128762f16
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
|
10 years ago |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 years ago |
Bas Peschier
|
0339844b70
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
|
10 years ago |
Claude Paroz
|
aa5ab114e3
Fixed #24122 -- Redirected to translated url after setting language
|
10 years ago |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 years ago |
Aymeric Augustin
|
d3205e3e2e
Deprecated TEMPLATE_DIRS.
|
10 years ago |
Tim Graham
|
fe38be96c1
Fixed #21579 -- Made LocaleMiddleware respect script prefix.
|
10 years ago |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 years ago |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 years ago |
Alex Gaynor
|
9d740eb8b1
Fix all violators of E231
|
11 years ago |