Changes between Initial Version and Version 2 of Ticket #27089
- Timestamp:
- 08/18/16 22:22:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27089
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
commands/makemigrations.py runs MigrationLoader.check_consistent_history() for all database connections
toAdd the database alias to InconsistentMigrationHistory message
- Property Owner changed from nobody to Tim Graham
- Property Has patch set
-
Property
Type
changed from
Bug
toCleanup/optimization
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Status
changed from
-
Ticket #27089 – Description
initial v2 2 2 3 3 {{{ 4 for db in connection :4 for db in connections: 5 5 connection = connection[db] 6 6 if connection.settings_dict['ENGINE'] != 'django.db.backends.dummy':