django1/django/db/backends/base
Mariusz Felisiak 0be51d2226 Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL.
Thanks Marc Debureaux for the report.
Thanks Simon Charette, Nick Pope, and Adam Johnson for reviews.
2020-08-28 19:09:46 +02:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
client.py Fixed #29501 -- Allowed dbshell to pass options to underlying tool. 2020-04-14 14:02:51 +01:00
creation.py Refs #26552 -- Made reloading the database for tests check only loaded tables constraints. 2020-04-17 08:14:27 +02:00
features.py Fixed #21181 -- Added Collate database function. 2020-08-11 22:21:08 +02:00
introspection.py Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations(). 2020-03-06 08:53:32 +01:00
operations.py Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL. 2020-08-28 19:09:46 +02:00
schema.py Fixed #31826 -- Made AlterField operation a noop when adding db_column. 2020-08-14 13:13:36 +02:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00