django/tests/backends
Mariusz Felisiak d55979334d
Some checks are pending
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Linters / black (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #36531 -- Added forkserver support to parallel test runner.
2025-07-29 14:11:22 -03:00
..
base Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
mysql Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors. 2025-03-17 15:45:08 +01:00
oracle Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_size. 2025-01-29 09:11:54 +00:00
postgresql Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
sqlite Fixed #36531 -- Added forkserver support to parallel test runner. 2025-07-29 14:11:22 -03:00
__init__.py
models.py Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create(). 2025-02-01 18:43:10 +01:00
test_ddl_references.py Fixed #35469 -- Removed deferred SQL to create index removed by AlterField operation. 2024-05-28 12:44:07 +02:00
test_utils.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
tests.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00