remove wrong migration

This commit is contained in:
Kuroshini 2019-12-11 18:26:29 +03:00
parent 56501d76f2
commit 370f9cc7ce

View File

@ -1,18 +0,0 @@
# Generated by Django 2.2.7 on 2019-12-11 14:24
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gallery', '0006_merge_20191027_1758'),
('news', '0040_remove_news_slug'),
]
operations = [
migrations.AlterUniqueTogether(
name='newsgallery',
unique_together={('news', 'image'),},
),
]