This commit is contained in:
16
dav_events/migrations/0035_merge_20201103_1112.py
Normal file
16
dav_events/migrations/0035_merge_20201103_1112.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.29 on 2020-11-03 10:12
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dav_events', '0034_auto_20201015_1738'),
|
||||
('dav_events', '0034_eventchange'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Reference in New Issue
Block a user