Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-241-9/+4
| | | | deprecation timeline.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-7/+6
|
* Fixed #23923 -- Promoted Django's deprecation warnings ↵Tim Graham2014-11-291-3/+4
| | | | to errors in runtests.py
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+11
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-251-1/+2
| | | | * LocaleMiddleware stores language into session if it is not present there.
* Fixed #5241 -- Kept active transalation in ↵Aymeric Augustin2013-02-281-0/+9
LocaleMiddleware.process_response.