Merge pull request #614 from tiwariav/bugfix/dcl_migration

bugfix/ dcl migrations
This commit is contained in:
Arvind Tiwari 2018-04-09 01:54:37 +05:30 committed by GitHub
commit 774b13034d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ import django.db.models.deletion
class Migration(migrations.Migration):
replaces = [('datacenterlight', '0018_auto_20180403_1930'), ('datacenterlight', '0019_auto_20180403_2054')]
dependencies = [
('datacenterlight', '0017_auto_20180329_0056'),
('sites', '0002_alter_domain_unique'),