django1/django/db/backends/sqlite3
Mariusz Felisiak 30613d6a74
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Regression in 2f73e5406d.

Thanks Alan Crosswell for the report.
2022-01-04 05:50:00 +01:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
_functions.py Refs #33355 -- Constructed SQLite list aggregate types once. 2021-12-23 12:08:33 +01:00
base.py Refs #33355 -- Moved SQLite functions to separate module. 2021-12-23 11:47:08 +01:00
client.py Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
creation.py Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. 2021-03-25 06:37:01 +01:00
features.py Refs #29517 -- Removed obsolete PositiveIntegerField test skip. 2021-12-27 06:16:59 +01:00
introspection.py Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constraints(). 2021-11-15 08:20:30 +01:00
operations.py Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite. 2021-04-20 11:44:41 +02:00
schema.py Fixed #33408 -- Fixed adding nullable unique fields on SQLite. 2022-01-04 05:50:00 +01:00