django1/django/db/migrations
Steadman ed63df3fc2 Fixed #24899 -- Split migrations autodetector._detect_changes() method 2015-06-04 22:35:33 -04:00
..
operations Fixed #24725 -- Allowed renaming of target models in ManyToMany relations 2015-04-30 13:27:29 +02:00
__init__.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
autodetector.py Fixed #24899 -- Split migrations autodetector._detect_changes() method 2015-06-04 22:35:33 -04:00
exceptions.py Fixed #24742 -- Made runserver.check_migrations ignore read-only databases 2015-05-13 18:30:36 +02:00
executor.py Cleaned up docstring style, per Tim Graham review. 2015-06-03 19:20:12 -06:00
graph.py Fixed #24883 -- Added MigrationGraph.__repr__() 2015-06-01 10:45:52 -04:00
loader.py Fixed #24628 -- Fixed applied status for squashed migrations. 2015-06-02 16:15:13 -06:00
migration.py Moved migration exception classes to shared module 2015-05-02 12:54:44 +02:00
optimizer.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
questioner.py Fixed #23407 -- Extended coverage of makemigrations --noinput option. 2015-03-08 19:44:14 +01:00
recorder.py Fixed #24742 -- Made runserver.check_migrations ignore read-only databases 2015-05-13 18:30:36 +02:00
state.py Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
topological_sort.py Fixed #23844 -- Used topological sort for migration operation dependency resolution. 2014-11-20 12:49:49 -05:00
writer.py Fixed #24514 -- Made migration writer omit models import if it's unused. 2015-04-10 07:04:26 -04:00