Changes between Initial Version and Version 2 of Ticket #27089
- Timestamp:
- Aug 18, 2016, 5:22:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27089
- Property Has patch set
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Summary commands/makemigrations.py runs MigrationLoader.check_consistent_history() for all database connections → Add the database alias to InconsistentMigrationHistory message
- Property Type Bug → Cleanup/optimization
-
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':