Adds reverse runpython for migration
This commit is contained in:
parent
e998ac28da
commit
9561bb2294
|
@ -20,7 +20,7 @@ class Migration(migrations.Migration):
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.RunPython(set_user),
|
migrations.RunPython(set_user, lambda x, y: None),
|
||||||
migrations.AlterField(
|
migrations.AlterField(
|
||||||
model_name='shelfbook',
|
model_name='shelfbook',
|
||||||
name='user',
|
name='user',
|
||||||
|
|
Loading…
Reference in New Issue