Patch a few small deprecated operations so that the site works under Django 2.0 as well
This commit is contained in:
parent
169f0687cb
commit
f0cf3b3a68
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ from django.db import migrations
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('entries', '0010_entry_tags'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue