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


Ignore:
Timestamp:
01/12/15 01:57:20 (9 years ago)
Author:
Markus Holtermann
Comment:

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