index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
Age
Commit message (
Expand
)
Author
19 hours
Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.
HEAD
main
Raoni Timo
2026-02-27
Fixed #36946 -- Respected test database name when running tests in parallel o...
Sage Abdullah
2026-02-12
Improved error message in SQLite `DatabaseOperations.check_expression_support...
Adam Johnson
2026-02-10
Added various missing test skips observed on MongoDB.
Tim Graham
2026-01-25
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Skyiesac
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-16
Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.
JaeHyuck Sa
2026-01-16
Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.
JaeHyuck Sa
2026-01-14
Fixed #35402 -- Fixed crash in DatabaseFeatures.django_test_skips when runnin...
Jacob Walls
2026-01-03
Added DatabaseCreation.destroy_test_db_connection_close_method hook.
Tim Graham
2025-12-31
Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
Simon Charette
2025-12-26
Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...
VIZZARD-X
2025-12-22
Fixed #36818 -- Ensured SQLite connection before accessing max_query_params.
guro-Ishiguro
2025-12-05
Fixed #36722 -- Moved AutoFieldMixin validate_autopk_value() check to get_db_...
Clifford Gama
2025-11-14
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.
Mariusz Felisiak
2025-11-07
Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.
myoungjinGo
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-10-18
Fixed #36671 -- Dropped support for SQLite < 3.37.
Mariusz Felisiak
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-08-21
Fixed #36430 -- Removed artificially low limit on single field bulk operation...
Jacob Walls
2025-07-29
Fixed #36531 -- Added forkserver support to parallel test runner.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-13
Skipped test_no_logs_without_debug test when the runner is invoked with --deb...
Jacob Walls
2025-07-10
Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...
Simon Charette
2025-06-16
Refs #36380 -- Replaced mocked logging assertions in tests/backends/tests.py.
Natalia
2025-06-16
Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.
Natalia
2025-05-08
Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.
Sage Abdullah
2025-03-17
Fixed #34865 -- Released memory earlier than garbage collection on database w...
fowczrek
2025-03-17
Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors.
Mariusz Felisiak
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2025-02-16
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Simon Charette
2025-02-09
Fixed #36105 -- Dropped support for MariaDB 10.5.
Mariusz Felisiak
2025-02-01
Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().
Simon Charette
2025-01-29
Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...
Sarah Boyce
2025-01-25
Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior query ha...
Jacob Walls
2025-01-20
Refs #35448 -- Fixed BackendTestCase.test_queries_logger() on Oracle < 23c.
Mariusz Felisiak
2025-01-18
Fixed #35448 -- Fixed formatting of test --debug-sql output.
Tim Graham
2025-01-15
Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.
Sarah Boyce
2025-01-15
Refs #34547 -- Removed DatabaseOperations.field_cast_sql() per deprecation ti...
Sarah Boyce
2024-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-12-16
Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error.
Tim Graham
2024-12-11
Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
Simon Charette
2024-08-28
Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...
Sarah Boyce
2024-08-28
Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations....
Simon Charette
2024-08-28
Refs #12581 -- Adjusted warning stacklevel in queries ring buffer.
Simon Charette
2024-08-26
Added supports_sequence_reset skip in backends tests.
Tim Graham
2024-05-28
Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...
Jacob Walls
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-04-10
Made postgresql.tests.Tests.test_connect_pool less flaky by increasing timeou...
Sarah Boyce
[next]