django1/django/db/backends
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
..
base [1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns 2015-03-07 14:15:27 +01:00
dummy [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
mysql [1.8.x] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
oracle [1.8.x] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
postgresql_psycopg2 [1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 2015-02-17 06:21:59 -05:00
sqlite3 [1.8.x] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05: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
util.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00