13 lines
318 B
Python
13 lines
318 B
Python
# Generated by Django 1.9.1 on 2016-01-28 14:46
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("wagtaildocs", "0005_alter_uploaded_by_user_on_delete_action"),
|
|
("wagtaildocs", "0006_copy_document_permissions_to_collections"),
|
|
]
|
|
|
|
operations = []
|