Patch a few small deprecated operations so that the site works under Django 2.0 as well

This commit is contained in:
Danielle McLean 2018-03-21 16:14:07 +11:00
parent 169f0687cb
commit f0cf3b3a68
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration):
atomic = False
dependencies = [
('entries', '0010_entry_tags'),