summaryrefslogtreecommitdiff
path: root/tests/test_client_regress/views.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2019-10-18Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...Patrick Jenkins
2019-06-07Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().Jon Dufresne
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2017-03-09Decoupled test client encoding tests from JSON handlingClaude Paroz
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-12-29Fixed #27622 -- Allowed test client to accept vendor tree JSON content types.Anton Samarchyan
2016-11-14Decorated a few functions.Tim Graham
2016-08-04Fixed #27012 -- Removed unnecessary setup_test_environment() in a test.Chris Jerdonek
2015-12-23Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-07-31Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...Jay Cox
2015-05-25Fixed #24773 -- Added a json() method on test client responses.Andy McKay
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed request.REQUEST per deprecation timeline; refs #18659.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-11-25Fixed #23682 -- Enhanced circular redirects detection in tests.wrwrwr
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-08-09Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...Bojan Mihelac
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner