.. |
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
|
Removed unnecessary arguments in .get method calls
|
2015-05-13 20:51:18 +02:00 |
exceptions.py
|
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
|
2015-05-13 18:30:36 +02:00 |
executor.py
|
Refs #24554 -- Prevented rendering of unused migrations
|
2015-04-01 02:00:34 +02:00 |
graph.py
|
Moved migration exception classes to shared module
|
2015-05-02 12:54:44 +02:00 |
loader.py
|
Moved migration exception classes to shared module
|
2015-05-02 12:54:44 +02: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 |