index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2014-04-23
[1.6.x] Fixed #22486 -- Restored the ability to reverse views created using f...
Tim Graham
2014-04-21
[1.6.x] Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
2013-06-14
Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...
Wilfred Hughes
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-03-25
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...
Loic Bistuer
2013-03-18
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
Aymeric Augustin
2013-03-13
Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().
Baptiste Mispelon
2013-03-10
Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.
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