Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/patterns
Commit message (Collapse)AuthorAgeFilesLines
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
|
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-082-0/+2
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Fixed #19910 -- Added slash to i18n redirect if ↵Bas Peschier2015-03-261-2/+2
| | | | | | | | APPEND_SLASH is set. This introduces a force_append_slash argument for request.get_full_path() which is used by RedirectFallbackMiddleware and CommonMiddleware when handling redirects for settings.APPEND_SLASH.
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+1
| | | | Thanks Carl Meyer for the report and Tim Graham for the review.
* Fixed #24476 -- Added context manager/decorator for ↵Bas Peschier2015-03-181-15/+6
| | | | | | | | overriding script prefix. Tests were using an undocumented keyword argument for easily overriding script prefix while reversing. This is now changed into a test utility which can be used as decorator or context manager.
* Fixed #24122 -- Redirected to translated url after ↵Claude Paroz2015-03-131-1/+13
| | | | | | setting language Thanks gbdlin for the initial patch and Tim Graham for the review.
* 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
| | | | Thanks buettgenbach at datacollect.com for the report and patch.
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+3
|
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-037-16/+15
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* 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 ↵Emil Stenström2013-10-031-0/+16
| | | | | | LocaleMiddleware.response_redirect_class Thanks ppetrid at yawd.eu for the suggestion.
* Added i18n-related URL mapper test for a mailing list ↵Ramiro Morales2013-06-043-1/+13
| | | | report.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-263-6/+6
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2617-0/+489