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-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-11-28
Corrected deprecation warnings for RedirectView; refs #21587.
Berker Peksag
2014-11-25
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-07
Fixed #23522 -- Changed reverse() to return a Unicode string; not bytes
Jon Dufresne
2014-08-20
Prevented reverse() from generating URLs pointing to other hosts.
Florian Apolloner
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-07-09
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Claude Paroz
2014-06-23
Refactored common code in handlers/base.py and urlresolvers.py
Anubhav Joshi
2014-06-16
Added database migration for contrib.auth.
Tim Graham
2014-06-03
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-05-28
Fixed a typo that Tim Graham noticed
Alex Gaynor
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-04-23
Fixed #21157 -- Fixed problems with ResolverMatch
Kevin Christopher Henry
2014-04-23
Fixed #22486 -- Restored the ability to reverse views created using functools...
Preston Timmons
2014-04-21
Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
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
[next]