django1/django/db/backends/base
Markus Holtermann 5792e6a88c Fixed #24163 -- Removed unique constraint after index on MySQL
Thanks Łukasz Harasimowicz for the report.
2015-01-19 16:52:26 +01:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Removed obsolete SQL generation methods. 2015-01-18 15:58:06 -05:00
features.py Fixed #24092 -- Widened base field support for ArrayField. 2015-01-16 16:15:16 -05:00
introspection.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
operations.py Required sqlparse for SQL splitting per deprecation timeline. 2015-01-17 10:20:30 -05:00
schema.py Fixed #24163 -- Removed unique constraint after index on MySQL 2015-01-19 16:52:26 +01:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00