Alokik Vijay
|
baf9604ed8
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
|
3 年之前 |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Alex Hayward
|
eeed488a34
Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.
|
3 年之前 |
Tom Carrick
|
bcc2befd0e
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
4 年之前 |
Claude Paroz
|
4d973f5939
Refs #26601 -- Deprecated passing None as get_response arg to middleware classes.
|
5 年之前 |
daniel a rios
|
76b993a117
Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters.
|
6 年之前 |
daniel a rios
|
d640c71fa3
Refs #26431 -- Added tests for resolving URL and translate_url() with provided optional parameter.
|
5 年之前 |
Sebastian Sangervasi
|
5c4c87e55c
Changed "language-code" to the more commonly used "language code".
|
7 年之前 |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 年之前 |
Tim Graham
|
116940e3ef
Fixed a Dutch translation in i18n tests.
|
7 年之前 |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 年之前 |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
8 年之前 |
Tim Graham
|
29f607927f
Fixed spelling of "nonexistent".
|
8 年之前 |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 年之前 |
Florian Apolloner
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 年之前 |
Claude Paroz
|
95ca01f999
Fixed #26271 -- Fixed i18n_patterns resolution when no language is active
|
9 年之前 |
Simon Charette
|
d0451e4cad
Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.
|
9 年之前 |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 年之前 |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 年之前 |
Tim Graham
|
37ea3cb03e
Fixed "URLconf" spelling in code comments.
|
9 年之前 |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 年之前 |
Bas Peschier
|
9128762f16
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
|
10 年之前 |
Claude Paroz
|
a0c2eb46dd
Fixed #23960 -- Removed http.fix_location_header
|
10 年之前 |
Bas Peschier
|
0339844b70
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
|
10 年之前 |
Claude Paroz
|
aa5ab114e3
Fixed #24122 -- Redirected to translated url after setting language
|
10 年之前 |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 年之前 |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 年之前 |