Changes between Version 2 and Version 3 of Ticket #27054, comment 6


Ignore:
Timestamp:
Aug 12, 2016, 8:56:00 PM (8 years ago)
Author:
Jim Nicholls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27054, comment 6

    v2 v3  
    1414`MigrationSchemaMissing` is only raised in `MigrationRecorder.ensure_schema`.
    1515
    16 `MigrationSchemaMissing` is only handled in `django.core.management.core.management.base.BaseCommand.check_migrations`, where it logs a message to stdout and then skips checking the migrations.  However `check_migrations` doesn't directly or indirectly call `applied_migrations` in the try suite.
     16`MigrationSchemaMissing` is only handled in `django.core.management.core.management.base.BaseCommand.check_migrations`, where it logs a message to stdout and then skips checking the migrations.  ~~However `check_migrations` doesn't directly or indirectly call `applied_migrations` in the try suite.~~
    1717
    1818`MigrationSchemaMissing` is a subclass of `DatabaseError`, which has too many usages to consider.
Back to Top