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
/
test_client_regress
/
urls.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-10-18
Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...
Patrick Jenkins
2019-06-07
Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2017-03-09
Decoupled test client encoding tests from JSON handling
Claude Paroz
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2014-11-28
Corrected deprecation warnings for RedirectView; refs #21587.
Berker Peksag
2014-11-25
Fixed #23682 -- Enhanced circular redirects detection in tests.
wrwrwr
2014-04-14
Fixed #22369 -- Added count parameter to assertTemplateUsed
Jacob R. Rothenbuhler
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-08-09
Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...
Bojan Mihelac
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-04-11
Fixed #20237 -- Reenabled assertContains with binary parameter
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner