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
Age
Commit message (
Expand
)
Author
2021-03-18
[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...
Hasan Ramezani
2021-03-17
[3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.
Adam Johnson
2021-03-10
[3.2.x] Refs #31235 -- Improved assertQuerysetEqual() warning message with st...
Claude Paroz
2021-02-24
[3.2.x] Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().
Mariusz Felisiak
2021-02-16
[3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...
Harm Geerts
2021-02-12
[3.2.x] Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase...
Chris Jerdonek
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-11-28
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
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-11-04
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
Carlton Gibson
2020-11-03
Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.
Patrick Arminio
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-27
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
2020-09-24
Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elem...
Jacob Walls
2020-09-07
Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups.
François Freitag
2020-09-03
Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argume...
Jon Dufresne
2020-08-14
Added missing items to django.test.client.__all__ and django.test.utils.__all__.
Mads Jensen
2020-08-14
Removed unnecessary urlsplit() call from SimpleTestCase.assertRedirects().
Mads Jensen
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-13
Fixed #30457 -- Added TestCase.captureOnCommitCallbacks().
Adam Johnson
2020-07-10
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
ovkulkarni
2020-05-27
Fixed #31494 -- Preserved query strings when following HTTP 307/308 redirects...
Ahmad A. Hussein
2020-05-15
Fixed #31395 -- Made setUpTestData enforce in-memory data isolation.
Simon Charette
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
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
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2020-02-13
Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXML...
yura
2020-02-07
Refs #31055 -- Made DiscoverRunner skip running system checks on unused test ...
Simon Charette
2020-02-07
Closed caches in clear_cache_handlers() signal handler.
Jon Dufresne
2019-12-09
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-12-04
Removed unnecessary dict.get() call in favor of direct indexing.
Jon Dufresne
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
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-09-10
Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.
Mariusz Felisiak
2019-08-11
Fixed #30677 -- Improved error message for urlencode() and Client when None i...
swatantra
2019-08-07
Fixed #30676 -- Added --pdb option to test runner.
Andrew Godwin
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-17
Fixed typos in FakePayload docstring and SimplifiedURLTests test name.
Min ho Kim
2019-06-07
Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().
Jon Dufresne
2019-05-24
Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().
Caio Ariede
2019-05-17
Fixed #30220 -- Added support for headless mode in selenium tests.
Johannes Hoppe
2019-05-10
Fixed #30470 -- Added assertHTMLEqual() support for all self closing tags.
Jon Dufresne
2019-05-09
Fixed #30468 -- Fixed assertHTMLEqual() to handle all ASCII whitespace in a c...
Jon Dufresne
[next]