Files
django-dav-events/dav_events/migrations/0035_merge_20201103_1112.py
heinzel 37519d59e5
All checks were successful
buildbot/tox Build done.
Merged migrations and minor improvements
2020-11-03 11:18:48 +01:00

17 lines
338 B
Python

# -*- 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 = [
]