django1/django/db/migrations
Nasir Hussain 2804b8d215 Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
Regression in e192223ed9.
2019-01-22 17:49:30 -05:00
..
operations Fixed #29868 -- Retained database constraints on SQLite table rebuilds. 2018-10-29 10:33:41 +01:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #29987 -- Detected unmanaged model deletions. 2018-11-30 09:57:43 -05:00
exceptions.py Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
executor.py Fixed #29721 -- Ensured migrations are applied and recorded atomically. 2018-10-24 19:29:11 -04:00
graph.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
loader.py Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
migration.py Simplified various __eq__() methods. 2017-09-28 09:18:37 -04:00
optimizer.py Removed in_between from Operation.reduce()'s signature. 2018-07-11 10:49:50 -04:00
questioner.py Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
recorder.py Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS. 2019-01-22 17:49:30 -05:00
serializer.py Refs #29738 -- Allowed registering serializers with MigrationWriter. 2019-01-11 18:13:16 -05:00
state.py Fixed #27685 -- Added watchman support to the autoreloader. 2019-01-13 20:33:47 -05:00
topological_sort.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
utils.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
writer.py Refs #29738 -- Allowed registering serializers with MigrationWriter. 2019-01-11 18:13:16 -05:00