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-08-20
[1.7.x] Prevented reverse() from generating URLs pointing to other hosts.
Florian Apolloner
2014-06-16
[1.7.x] Added database migration for contrib.auth.
Tim Graham
2014-05-29
[1.7.x] Fixed a typo that Tim Graham noticed
Alex Gaynor
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-04-23
[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using f...
Tim Graham
2014-04-21
[1.7.x] Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
2014-03-05
Fixed #7571 -- Fixed parameter matching in include()'d urlpattern
Athena
2014-02-22
Fixed #21435 -- Improved error message when urlconf is empty.
Baptiste Mispelon
2014-02-18
Replaced 'test' by 'sqlall' management command in reverse_lazy test
Claude Paroz
2014-02-18
Fixed #22057 -- Ensured reverse_lazy can be used in settings
Claude Paroz
2014-02-15
Improved fix for #18373 -- backward compatibility
Grzegorz Nosek
2014-02-15
Fixed #18373 - improved handling of Resolver404s from views
Grzegorz Nosek
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-11
Flake8 fixes -- including not runnign flake8 over a backported file
Alex Gaynor
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Removed some direct settings manipulations in tests; refs #21230.
Bouke Haarsma
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-06
Fixed #21043 -- Made resolve() handle reverse_lazy objects.
Dan Johnson
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
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