Merge of cable additions

This commit is contained in:
Matthew Smith
2019-10-14 00:09:33 +01:00
6 changed files with 37 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 2.0.13 on 2019-10-13 23:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('assets', '0011_auto_20191013_2247'),
]
operations = [
migrations.AlterModelOptions(
name='asset',
options={'permissions': (('asset_finance', 'Can see financial data for assets'),)},
),
]