diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-02-26 22:04:26 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-02-26 22:04:26 +0000 |
commit | 77572ddf5122947d98a26082d774d6d2c0a74d16 (patch) | |
tree | 45c0b8ecc37dcc8da96da7ac69371af5a2e8d16a /ctrack/caf/migrations | |
parent | 70a8f6e37a462f2508ed024b2ee34f0df6b16a3b (diff) |
tweaks - added factories for CAFFileStore and DocumentFile
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/migrations/0012_auto_20200226_2202.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ctrack/caf/migrations/0012_auto_20200226_2202.py b/ctrack/caf/migrations/0012_auto_20200226_2202.py new file mode 100644 index 0000000..0dbfd17 --- /dev/null +++ b/ctrack/caf/migrations/0012_auto_20200226_2202.py @@ -0,0 +1,17 @@ +# Generated by Django 2.2.9 on 2020-02-26 22:02 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('caf', '0011_auto_20200225_0830'), + ] + + operations = [ + migrations.AlterModelOptions( + name='caffilestore', + options={}, + ), + ] |