django1/django/db
David Sanders be5e3b46f7 [4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
Bug in 667105877e.

Thanks James Beith for the report.

Backport of e14d08cd89 from main
2022-09-13 14:06:46 +02:00
..
backends [4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 14:06:46 +02:00
migrations [4.1.x] Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop for models with db_table." 2022-08-26 07:14:54 +02:00
models [4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 14:06:46 +02:00
__init__.py Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
transaction.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Added backward compatibility test for ConnectionHandler.databases property. 2022-05-13 12:01:07 +02:00