Fixed a migration that didn't run properly. Made typeclass loading a little more forgiving, giving a log_trace and loading the dbclass rather than crashing immediately.
This commit is contained in:
parent
000f14c028
commit
84ccbf6b86
3 changed files with 16 additions and 7 deletions
|
|
@ -19,4 +19,5 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
migrations.RunPython(remove_manage_scripts),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue