django1/django/db/backends/base
Jean-Louis Fuchs 1ae2df6bfc [1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns
When altering from e.g. an IntegerField to a ForeignKey, Django didn't
add a constraint.

Backport of f4f0060fea from master
2015-03-07 14:15:27 +01:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
features.py [1.8.x] Refs #14030 -- Improved expression support for python values 2015-02-12 08:53:03 +11:00
introspection.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
operations.py Fixed signature of BaseDatabaseOperations.date_interval_sql() 2015-02-23 00:04:57 -05:00
schema.py [1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns 2015-03-07 14:15:27 +01:00
validation.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00