django1/django/db/backends
Adam Johnson 5111b636d9 Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Thanks to Nick Pope for spotting the bug in Code Review.

Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
2021-12-13 11:50:45 +01:00
..
base Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache. 2021-12-09 11:16:04 +01:00
dummy Removed DatabaseIntrospection.get_key_columns(). 2021-11-10 16:38:43 +01:00
mysql Updated various links to HTTPS and new locations. 2021-12-02 11:27:29 +01:00
oracle Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite. 2021-12-13 11:50:45 +01:00
postgresql Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 07:30:02 +01:00
sqlite3 Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite. 2021-12-13 11:50:45 +01:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #33194 -- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite. 2021-10-18 08:25:23 +02:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 07:30:02 +01:00