django1/django/db
Matthew Schinckel bb39037fcb Fixed #22788 -- Ensured custom migration operations can be written.
This inspects the migration operation, and if it is not in the
django.db.migrations module, it adds the relevant imports to the
migration writer and uses the correct class name.
2014-06-16 12:28:52 -04:00
..
backends Fixed #22844: Duplicate SQL for SQLite FKs 2014-06-16 00:27:32 -07:00
migrations Fixed #22788 -- Ensured custom migration operations can be written. 2014-06-16 12:28:52 -04:00
models Improved code style of Query.table_alias() usage. 2014-06-14 15:14:13 +02:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Silenced deprecation warnings for refs #22811 and fixed build. 2014-06-12 09:28:36 -04:00