| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-27 | Fixed #35921 -- Fixed failure when running tests in parallel on postgres. | Jacob Walls | |
| Follow-up to a060a22ee2dde7aa29a5a29120087c4864887325. | |||
| 2024-09-17 | Fixed #35660 -- Made serialized_rollback and fixture data available in ↵ | Jacob Walls | |
| TransactionTestCase.setUpClass(). | |||
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-11-10 | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-07-21 | Fixed #23039: Don't try to serialize unmanaged models in tests | Andrew Godwin | |
| 2014-06-23 | Fixed #22487: Don't flush out data from before normal TestCases | Andrew Godwin | |
| 2014-06-11 | Fixed #22487: Separated schema migration from data migration in test | Shai Berger | |
| The data migration failed on Oracle, killing the entire test suite. Thanks timo for reporting the Oracle breakage, and andrewgodwin for suggesting the solution. | |||
| 2014-06-08 | Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
