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
/
tests.py
Age
Commit message (
Expand
)
Author
2015-06-23
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
Tim Graham
2015-03-23
[1.8.x] Fixed #13525 -- Added tests and docs for nested parameters in URL pat...
Bas Peschier
2015-02-12
[1.8.x] Fixed #17716 -- Prevented include('...', app_name='...') without a na...
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
[1.8.x] Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2
Claude Paroz
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
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-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-21
Fixed a remote code execution vulnerabilty in URL reversing.
Tim Graham
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
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-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