index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
urls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
1
-1
/
+1
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
3
-3
/
+5
*
Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-15
/
+2
*
Refs #31534 -- Improved django.conf.urls.url() warning message with stackleve...
Jon Dufresne
2020-05-23
1
-0
/
+1
*
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2020-05-05
1
-0
/
+8
*
Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLs
Claude Paroz
2018-07-24
1
-1
/
+2
*
Refs #28593 -- Updated old class names in comments following URL routing chan...
Andrei Fokau
2017-11-08
1
-1
/
+1
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
3
-17
/
+14
*
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Tim Graham
2017-09-13
1
-54
/
+1
*
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-03-04
2
-4
/
+3
*
Fixed typos in code comments.
Anton Samarchyan
2017-02-22
1
-1
/
+1
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
1
-3
/
+1
*
Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...
Dmitry Gladkov
2017-01-27
1
-4
/
+5
*
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-27
1
-3
/
+4
*
Slightly simplified django.conf.urls.static.static().
Anton Samarchyan
2017-01-26
1
-3
/
+3
*
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
1
-2
/
+3
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Tim Graham
2017-01-17
1
-19
/
+6
*
Fixed #26945 -- Ensured that i18n_patterns returns a list
Alex Hill
2016-07-24
1
-1
/
+1
*
Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().
Krzysztof Urbaniak
2016-03-08
1
-3
/
+20
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
2
-2
/
+2
*
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
1
-1
/
+3
*
Refs #23276 -- Removed passing views as strings to url() per deprecation time...
Tim Graham
2015-09-23
1
-15
/
+2
*
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Tim Graham
2015-09-23
2
-37
/
+5
*
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
1
-1
/
+0
*
Sorted imports in __init__.py files.
Tim Graham
2015-06-27
1
-3
/
+4
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
2
-12
/
+13
*
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-08
1
-4
/
+32
*
Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.
Tim Graham
2015-02-12
1
-0
/
+3
*
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-08-12
3
-2
/
+10
*
Cleaned up string detection for a deprecation warning by using six.string_types.
Tim Graham
2014-04-03
1
-1
/
+1
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
3
-9
/
+30
*
Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...
Tim Graham
2014-03-21
1
-11
/
+0
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-1
/
+2
*
Started attackign the next flake8 violation
Alex Gaynor
2013-10-31
3
-0
/
+6
*
Start attacking E231 violations
Alex Gaynor
2013-10-24
1
-1
/
+1
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-1
/
+0
*
Deprecated django.utils.importlib
Claude Paroz
2013-07-29
1
-1
/
+2
*
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
1
-1
/
+1
*
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
1
-1
/
+2
*
Deprecated django.views.defaults.shortcut.
Aymeric Augustin
2013-03-14
1
-0
/
+5
*
Removed django.conf.urls.defaults.
Aymeric Augustin
2012-12-29
1
-6
/
+0
*
Fixed #18700 -- Added URL reversal for i18n set_language view.
Simon Meers
2012-08-04
1
-2
/
+2
*
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
1
-2
/
+3
*
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-05-03
1
-1
/
+1
*
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
5
-63
/
+69
*
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-08-12
1
-0
/
+1
*
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2011-06-15
2
-2
/
+35
*
Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...
Jannis Leidel
2011-03-15
1
-3
/
+2
*
Fixed #15314 -- Added tests for the static URL pattern function added in r155...
Jannis Leidel
2011-02-16
1
-1
/
+1
[next]