8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-30 11:04:38 +00:00

Merge migrations

This commit is contained in:
Gabriel Detraz 2018-03-19 01:56:18 +01:00 committed by root
parent c41675aba1
commit 1c8415ac20

View file

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-03-19 00:49
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('preferences', '0029_auto_20180318_1005'),
('preferences', '0029_auto_20180318_0213'),
]
operations = [
]