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:
Griatch 2015-03-06 19:51:51 +01:00
parent 000f14c028
commit 84ccbf6b86
3 changed files with 16 additions and 7 deletions

View file

@ -19,4 +19,5 @@ class Migration(migrations.Migration):
]
operations = [
migrations.RunPython(remove_manage_scripts),
]