Changes between Initial Version and Version 1 of Ticket #24100, comment 2


Ignore:
Timestamp:
Jan 11, 2015, 7:57:20 PM (9 years ago)
Author:
Markus Holtermann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24100, comment 2

    initial v1  
    77{{{#!python
    88def update_contenttypes(...):
    9     from django.db.migration.loader import MigrationLoader
     9    from django.db import connection
     10    from django.db.migrations.loader import MigrationLoader
    1011    loader = MigrationLoader(connection)
    1112    loader.load_disk()
Back to Top