index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
urlpatterns_reverse
/
urls.py
Age
Commit message (
Expand
)
Author
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2016-12-27
Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.
Tim Graham
2016-01-06
Fixed #26039 -- Unwrapped nested partials in URL reversal.
Grégory Starck
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-03-23
Fixed #16362 -- Allowed lookaround assertions in URL patterns.
Bas Peschier
2015-03-23
Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.
Bas Peschier
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-08-20
Prevented reverse() from generating URLs pointing to other hosts.
Florian Apolloner
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-04-23
Fixed #21157 -- Fixed problems with ResolverMatch
Kevin Christopher Henry
2014-04-23
Fixed #22486 -- Restored the ability to reverse views created using functools...
Preston Timmons
2014-04-21
Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-05
Fixed #7571 -- Fixed parameter matching in include()'d urlpattern
Athena
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-03-18
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
Aymeric Augustin
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner