.. |
operations
|
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
|
2015-06-16 00:43:22 +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
|
Removed django.utils.functional.total_ordering()
|
2015-06-15 13:15:24 -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
|
Sorted reduce methods in migration optimizer
|
2015-06-16 00:46:04 +02: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 #24979 -- Removed usage of inspect.getargspec().
|
2015-06-15 13:43:22 -04:00 |