Changes between Initial Version and Version 1 of Ticket #24100, comment 2
- Timestamp:
- Jan 11, 2015, 7:57:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24100, comment 2
initial v1 7 7 {{{#!python 8 8 def update_contenttypes(...): 9 from django.db.migration.loader import MigrationLoader 9 from django.db import connection 10 from django.db.migrations.loader import MigrationLoader 10 11 loader = MigrationLoader(connection) 11 12 loader.load_disk()