summaryrefslogtreecommitdiff
path: root/tests/i18n/patterns
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak2023-05-021-0/+21
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-14/+30
* Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...Adam Johnson2022-10-041-0/+6
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-292-2/+22
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-6/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-078-183/+252
* Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.Alex Hayward2021-09-011-1/+5
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-12/+12
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-2/+2
* Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...daniel a rios2019-06-241-0/+4
* Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios2019-06-242-0/+10
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-317-23/+22
* Changed "language-code" to the more commonly used "language code".Sebastian Sangervasi2018-02-211-3/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-204-0/+22
* Fixed a Dutch translation in i18n tests.Tim Graham2017-09-143-8/+8
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+2
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-1/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-074-4/+4
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-3/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+3
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-2/+2
* Fixed #26271 -- Fixed i18n_patterns resolution when no language is activeClaude Paroz2016-03-071-0/+3
* Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.Simon Charette2016-03-031-0/+13
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-082-0/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.Bas Peschier2015-03-261-2/+2
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+1
* Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier2015-03-181-15/+6
* Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz2015-03-131-1/+13
* Sorted imports with isort; refs #23860.Tim Graham2015-02-067-9/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-8/+8
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-3/+9
* Fixed #21579 -- Made LocaleMiddleware respect script prefix.Tim Graham2014-08-141-1/+20
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-037-16/+15
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #19277 -- Added LocaleMiddleware.response_redirect_classEmil Stenstròˆm2013-10-031-0/+16
* Added i18n-related URL mapper test for a mailing list report.Ramiro Morales2013-06-043-1/+13
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-263-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2617-0/+489