index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2016-08-04
Fixed #27012 -- Removed unnecessary setup_test_environment() in a test.
Chris Jerdonek
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Refs #25969 -- Replaced usage of render_to_response() with render() in tests.
Tim Graham
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-09-23
Removed dictionary and context_instance parameters for render functions.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-31
Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...
Jay Cox
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-18
Removed an unused import and a flake8 exclude that caused it to be missed.
Tim Graham
2015-01-18
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-17
Removed request.REQUEST per deprecation timeline; refs #18659.
Tim Graham
2015-01-12
Accounted for multiple template engines in template responses.
Aymeric Augustin
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
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-11-19
Simplified caching of template context processors.
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-21
Fixed #21740 -- Allowed test client data to be an empty string
Claude Paroz
2014-09-29
Fixed flake8 warnings.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-06-13
Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.
Xavier Fernandez
2014-05-22
Fixed #21357 -- Fixed test client session initialization.
Preston Timmons
2014-04-28
Revert "Fixed #15179 -- middlewares not applied for test client login()"
Tim Graham
2014-04-14
Fixed #22369 -- Added count parameter to assertTemplateUsed
Jacob R. Rothenbuhler
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
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-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-19
Fixed #15179 -- middlewares not applied for test client login()
Unai Zalakain
2013-11-07
Fixed #13725 -- take url scheme into account in assertRedirects
Unai Zalakain
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
[prev]
[next]