django1/django/db/backends/base
Tim Graham db83ac48d4 Expanded QuerySet.explain() error message if a backend supports no formats. 2022-04-14 06:46:42 +02:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
creation.py Refs #31169 -- Prevented infinite loop in tests on failures. 2022-03-04 11:21:05 +01:00
features.py Removed DatabaseFeatures.validates_explain_options. 2022-04-11 12:58:01 +02:00
introspection.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
operations.py Expanded QuerySet.explain() error message if a backend supports no formats. 2022-04-14 06:46:42 +02:00
schema.py Fixed #30511 -- Used identity columns instead of serials on PostgreSQL. 2022-04-13 21:51:51 +02:00
validation.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00