django1/django/db/backends/base
Jean-Louis Fuchs f4f0060fea 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.
2015-03-07 14:09:56 +01:00
..
__init__.py
base.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
client.py
creation.py Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00
features.py Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
introspection.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
operations.py Fixed signature of BaseDatabaseOperations.date_interval_sql() and document the change. 2015-02-22 23:23:16 -05:00
schema.py Fixed #24447 -- Made migrations add FK constraints for existing columns 2015-03-07 14:09:56 +01:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00