django migration fix after merge

nimn-site-osm-baustelle
Hartmut Holzgraefe 2017-01-02 19:35:55 +00:00
rodzic 5f13821663
commit 1794a2cef2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('maposmatic', '0002_maprenderingjob_overlay'),
('maposmatic', '0003_auto_20161112_1521'),
]
operations = [