Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/urls/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-1/+3
| | | | dotted path per deprecation timeline.
* Refs #23276 -- Removed passing views as strings to url() ↵Tim Graham2015-09-241-15/+2
| | | | per deprecation timeline.
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-241-18/+1
| | | | deprecation timeline.
* Sorted imports in __init__.py files.Tim Graham2015-06-271-3/+4
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-9/+10
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-4/+32
| | | | | | | | 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.
* Fixed #17716 -- Prevented include('...', app_name='...') ↵Tim Graham2015-02-121-0/+3
| | | | without a namespace.
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-0/+6
| | | | url().
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-0/+8
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+3
|
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
|
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
| | | | This was a shim for pre-Python 2.7 support.
* Fixed #19866 -- Added security logger and return 400 for ↵Preston Holmes2013-05-261-1/+2
| | | | | | | | | | | | SuspiciousOperation. SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review.
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
|
* Fixed #14675 -- Completed removal of `from ↵Ramiro Morales2011-09-121-0/+61
| | | | | | | | | | | | | | 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
* Imported Django from private SVN repository (created ↵Adrian Holovaty2005-07-131-0/+0
from r. 8825) git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37