index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
i18n
/
patterns
Age
Commit message (
Expand
)
Author
2015-10-22
[1.9.x] Fixed "URLconf" spelling in code comments.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-26
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
Bas Peschier
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
Bas Peschier
2015-03-13
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-08-14
Fixed #21579 -- Made LocaleMiddleware respect script prefix.
Tim Graham
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-03
Fixed #19277 -- Added LocaleMiddleware.response_redirect_class
Emil Stenstròˆm
2013-06-04
Added i18n-related URL mapper test for a mailing list report.
Ramiro Morales
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner