diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-14 17:08:54 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-14 17:08:54 +0100 |
commit | bdcc5d9d79f355eac6c2717b0b364b847b9a8115 (patch) | |
tree | fded47125bf031632db498a937225c64e841a56c /ctrack/users/migrations/0002_auto_20201013_1250.py | |
parent | 14fa59eee9ba35ad462b5b17229a09164f5d716d (diff) |
reset a lot of migrations - all unit tests passing - now has response required fields for simple event
Diffstat (limited to 'ctrack/users/migrations/0002_auto_20201013_1250.py')
-rw-r--r-- | ctrack/users/migrations/0002_auto_20201013_1250.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ctrack/users/migrations/0002_auto_20201013_1250.py b/ctrack/users/migrations/0002_auto_20201013_1250.py deleted file mode 100644 index 0ce36be..0000000 --- a/ctrack/users/migrations/0002_auto_20201013_1250.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.1.2 on 2020-10-13 12:50 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('users', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='user', - name='first_name', - field=models.CharField(blank=True, max_length=150, verbose_name='first name'), - ), - ] |