0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/backends
Mariusz Felisiak f131841c60
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' database.
Thanks Kazantcev Andrey for the report.

Regression in f48f671223.
2021-02-02 21:34:36 +01:00
..
base
mysql
oracle Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
postgresql Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' database. 2021-02-02 21:34:36 +01:00
sqlite Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 2020-12-30 09:01:56 +01:00
__init__.py
models.py
test_ddl_references.py Fixed #26167 -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
test_utils.py
tests.py