Fix backup restore
Compare changes
- Samuel GAIST authored
This allows Django to serialize the database content in the correct order.
@@ -81,3 +81,6 @@ class BlockInput(models.Model):
This merge request fixes the backup restore system.
Note that it might not be backward compatible.
Fixes #492
This allows Django to serialize the database content in the correct order.