django1/django/db/backends
Sergey Fedoseev 80ba7a881f Fixed cached_properties that share a common property.
The aliases aren't cached and thus the old usage will be an error after
refs #29478.
2018-11-19 08:59:46 -05:00
..
base Added BaseDatabaseSchemaEditor._effective_default() to allow testing without a connection. 2018-11-17 19:27:53 -05:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Fixed cached_properties that share a common property. 2018-11-19 08:59:46 -05:00
oracle Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces. 2018-11-13 18:22:41 -05:00
postgresql Fixed cached_properties that share a common property. 2018-11-19 08:59:46 -05:00
postgresql_psycopg2 Removed postgresql_psycopg2.version 2017-08-21 09:13:07 +02:00
sqlite3 Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -05:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #28077 -- Added support for PostgreSQL opclasses in Index. 2018-06-29 17:00:28 -04:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
utils.py Removed unused 'tz' variable in typecast_timestamp(). 2018-11-09 12:47:02 -05:00