summaryrefslogtreecommitdiff
path: root/django/conf/urls/i18n.py
AgeCommit message (Expand)Author
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-11-08Refs #28593 -- Updated old class names in comments following URL routing chan...Andrei Fokau
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2016-07-24Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-03-08Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-23Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-04-03Cleaned up string detection for a deprecation warning by using six.string_types.Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss