summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/migrations/0003_auto_20170802_1557.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse/migrations/0003_auto_20170802_1557.py')
-rw-r--r--archaeological_warehouse/migrations/0003_auto_20170802_1557.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/archaeological_warehouse/migrations/0003_auto_20170802_1557.py b/archaeological_warehouse/migrations/0003_auto_20170802_1557.py
deleted file mode 100644
index 90d67bc46..000000000
--- a/archaeological_warehouse/migrations/0003_auto_20170802_1557.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import models, migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('archaeological_warehouse', '0002_auto_20170414_2123'),
- ]
-
- operations = [
- migrations.AlterModelOptions(
- name='warehouse',
- options={'verbose_name': 'Warehouse', 'verbose_name_plural': 'Warehouses', 'permissions': (('view_warehouse', 'Can view all Warehouses'), ('view_own_warehouse', 'Can view own Warehouse'), ('add_own_warehouse', 'Can add own Warehouse'), ('change_own_warehouse', 'Can change own Warehouse'), ('delete_own_warehouse', 'Can delete own Warehouse'))},
- ),
- ]