forked from rc/aircox
#93 Co-authored-by: bkfox <thomas bkfox net> Reviewed-on: rc/aircox#95
This commit is contained in:
17
aircox/migrations/0002_auto_20200526_1516.py
Normal file
17
aircox/migrations/0002_auto_20200526_1516.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.0.6 on 2020-05-26 13:16
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("aircox", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name="staticpage",
|
||||
old_name="view",
|
||||
new_name="attach_to",
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user