Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse/erroneous_urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-26/+3
| | | | dotted path per deprecation timeline.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24707 -- Improved error reporting for explicitly ↵Harry2015-04-261-2/+4
| | | | imported uncallable views
* Fixed #23923 -- Promoted Django's deprecation warnings ↵Tim Graham2014-11-291-3/+4
| | | | to errors in runtests.py
* Fixed #23276 -- Deprecated passing views as strings to ↵Tim Graham2014-08-121-22/+23
| | | | url().
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-2/+10
|
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-241-0/+2
| | | | | | | | | | - Fixed bug in get_callable() that caused resolve() to put a string in ResolverMatch.func. - Made ResolverMatch.url_name match the actual url name (or None). - Updated tests that used the string value in ResolverMatch.func, and added regression tests for this bug. - Corrected test urls whose dummy view paths caused failures (behavior that was previously masked by this bug).
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-5/+5
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+16