Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-5/+1
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-241-75/+68
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #16362 -- Allowed lookaround assertions in URL patt...Bas Peschier2015-03-231-0/+4
* Fixed #13525 -- Added tests and docs for nested parameter...Bas Peschier2015-03-231-0/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-2/+3
* Prevented reverse() from generating URLs pointing to othe...Florian Apolloner2014-08-201-0/+3
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-4/+7
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-241-4/+4
* Fixed #22486 -- Restored the ability to reverse views cre...Preston Timmons2014-04-231-1/+5
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-221-0/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-16/+16
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-53/+59
* Fixed #7571 -- Fixed parameter matching in include()'d ur...Athena2014-03-051-0/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-8/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #13260 -- Quoted arguments interpolated in URLs in ...Aymeric Augustin2013-03-181-1/+1
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+69