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
/
django
/
test
/
testcases.py
Age
Commit message (
Expand
)
Author
2022-02-08
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...
Mariusz Felisiak
2022-02-08
[4.0.x] Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-07
[4.0.x] Fixed #33410 -- Fixed recursive capturing of callbacks by TestCase.ca...
Petter Friberg
2021-12-08
[4.0.x] Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a ...
Baptiste Mispelon
2021-10-20
[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-08-30
Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...
Eugene Morozov
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2021-06-08
Refs #32355 -- Used addClassCleanup() in SimpleTestCase and SerializeMixin.
Mariusz Felisiak
2021-06-04
Made SerializeMixin check lockfile attr at import time.
Adam Johnson
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-12
Refs #32416 -- Added LiveServerTestCase._make_connections_override() hook.
Chris Jerdonek
2021-03-10
Refs #31235 -- Improved assertQuerysetEqual() warning message with stacklevel=2.
Claude Paroz
2021-03-04
Fixed typo assertNotContains() docstring.
Jacob Walls
2021-03-02
Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.
François Freitag
2021-02-26
Fixed typo in assertQuerysetEqual() exception message.
Jacob Walls
2021-02-22
Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False.
Nick Pope
2021-02-15
Fixed #32417 -- Removed unneeded hasattr() check in LiveServerTestCase._tearD...
Chris Jerdonek
2021-02-12
Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...
Chris Jerdonek
2021-02-12
Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.
Chris Jerdonek
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-08-14
Removed unnecessary urlsplit() call from SimpleTestCase.assertRedirects().
Mads Jensen
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-05-15
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
Simon Charette
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-05
Refs #31224 -- Added autoconversion of test async methods.
Andrew Godwin
2019-10-21
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
André Ericson
2019-10-18
Fixed #27391 -- Implemented SimpleTestCase.debug().
Pavel Savchenko
2019-10-18
Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...
Patrick Jenkins
2019-09-10
Refs #28478 -- Removed support for TestCase's allow_database_queries and mult...
Mariusz Felisiak
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-01-21
Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
Jon Dufresne
2019-01-14
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
Refs #28478 -- Prevented connection attempts against disallowed databases in ...
Simon Charette
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-05
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-11-06
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2018-11-03
Fixed #29883 -- Added selenium hub support to runtests.py.
Tom Forbes
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2018-06-20
Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...
Jan Pieter Waagmeester
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-03-31
Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead...
Chris Lamb
2018-02-10
Refs #27795 -- Removed force_text() usage in django/test/testcases.py.
Jon Dufresne
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-09-25
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...
Tim Graham
2017-09-09
Fixed some comments referring to a nonexistent TestClient class.
Luoxzhg
[next]