Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/urls/i18n.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-241-19/+4
| | | | deprecation timeline.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-1/+2
| | | | url().
* Cleaned up string detection for a deprecation warning by ↵Tim Graham2014-04-031-1/+1
| | | | using six.string_types.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+17
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
|
* Fixed #18700 -- Added URL reversal for i18n set_language ↵Simon Meers2012-08-041-2/+2
| | | | view.
* Fixed #14675 -- Completed removal of `from ↵Ramiro Morales2011-09-121-1/+1
| | | | | | | | | | | | | | django.conf.urls.default import *` usage. This applies to both our own [test] code and documentation examples. Also: * Moved the functions and handlers from `django.conf.urls.defaults` up to `django.conf.urls` deprecating the former module. * Added documentation for `handler403`. * Tweaked the URLs topic document a bit. Thanks to pupeno and cdestigter for their great work contributing patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11585 -- Added ability to translate and prefix ↵Jannis Leidel2011-06-151-1/+16
| | | | | | URL patterns with a language code as an alternative method for language discovery. Many thanks to Orne Brocaar for his initial work and Carl Meyer for feedback. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged i18n branch into the trunk! Fixes #65, and ↵Jacob Kaplan-Moss2005-11-041-0/+5
perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1068 bcc190cf-cafb-0310-a4f2-bffc1f526a37