index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
urls
/
__init__.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.
Mariusz Felisiak
2020-05-23
Refs #31534 -- Improved django.conf.urls.url() warning message with stackleve...
Jon Dufresne
2020-05-05
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-13
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Tim Graham
2017-01-27
Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...
Dmitry Gladkov
2017-01-27
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
Refs #23276 -- Removed passing views as strings to url() per deprecation time...
Tim Graham
2015-09-23
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-02-12
Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.
Tim Graham
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty