django1/tests/schema
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 Merge branch 'master' into schema-alteration 2013-04-18 17:16:39 +01:00
fields.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
models.py [1.8.x] Cleaned up schema tests 2015-02-05 20:15:18 +01:00
tests.py [1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns 2015-03-07 14:15:27 +01:00