diff options
author | luxagraf <sng@luxagraf.net> | 2019-12-06 07:42:28 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-12-06 07:42:28 -0500 |
commit | 6653e41e7e6d62c0106cfe38e200ca5d7044cda3 (patch) | |
tree | 2c244d54d987792deca40f2de071e170d84c0d7c /app/jrnl/migrations/0050_auto_20191206_0741.py | |
parent | c996e20d53da3399536461e00a51ecdd750c85f6 (diff) |
renamed new related
Diffstat (limited to 'app/jrnl/migrations/0050_auto_20191206_0741.py')
-rw-r--r-- | app/jrnl/migrations/0050_auto_20191206_0741.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/jrnl/migrations/0050_auto_20191206_0741.py b/app/jrnl/migrations/0050_auto_20191206_0741.py new file mode 100644 index 0000000..b732b68 --- /dev/null +++ b/app/jrnl/migrations/0050_auto_20191206_0741.py @@ -0,0 +1,18 @@ +# Generated by Django 2.2.6 on 2019-12-06 07:41 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('jrnl', '0049_entry_newrelated'), + ] + + operations = [ + migrations.RenameField( + model_name='entry', + old_name='newrelated', + new_name='related', + ), + ] |