summaryrefslogtreecommitdiff
path: root/django/conf/urls/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-9/+2
* Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham2017-09-131-54/+1
* Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...Dmitry Gladkov2017-01-271-4/+5
* Improved test coverage and error messages for conf.urls.__init__.Anton Samarchyan2017-01-271-3/+4
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham2017-01-171-19/+6
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-1/+3
* Refs #23276 -- Removed passing views as strings to url() per deprecation time...Tim Graham2015-09-231-15/+2
* Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham2015-09-231-18/+1
* Sorted imports in __init__.py files.Tim Graham2015-06-271-3/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-9/+10
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-4/+32
* Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.Tim Graham2015-02-121-0/+3
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-0/+6
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-0/+8
* 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
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-1/+2
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-111-0/+61
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+0