Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/urlpatterns_reverse/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-4/+0
| | | | dotted path per deprecation timeline.
* Fixed #24707 -- Improved error reporting for explicitly ↵Harry2015-04-261-1/+1
| | | | imported uncallable views
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
|
* Fixed #22486 -- Restored the ability to reverse views ↵Preston Timmons2014-04-231-0/+10
| | | | | | | | created using functools.partial. Regression in 8b93b31487d6d3b0fcbbd0498991ea0db9088054. Thanks rcoup for the report.
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-221-0/+4
| | | | | | Thanks Benjamin Bach for the report and initial patch. This is a security fix; disclosure to follow shortly.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+10
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+43