Merged migrations and minor improvements
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2020-11-03 11:18:48 +01:00
parent 05a4f21559
commit 37519d59e5
4 changed files with 19 additions and 0 deletions

View 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 = [
]