Merge branch 'develop' of ssh://gl.id-east.ru:222/gm/gm-backend into develop

This commit is contained in:
Dmitriy Kuzmenko 2019-10-30 19:51:48 +03:00
commit 048b971e78
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-30 16:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('establishment', '0045_auto_20191029_0719'),
('establishment', '0044_position_index_name'),
]
operations = [
]

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-30 16:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('location', '0018_address_old_id'),
('location', '0013_wineappellation_wineregion'),
]
operations = [
]

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2019-10-30 16:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('news', '0032_auto_20191030_1149'),
('news', '0029_auto_20191025_1241'),
]
operations = [
]