mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-29 03:04:49 +00:00
The error indicates an issue with unpickling data during the migration process. Specifically, it raises an `_pickle.UnpicklingError` with the message "invalid load key, '{'." The data being loaded may be corrupted or not in the expected format.
|
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_migrate_from_old_table.py | ||
| 0003_drop_pickle.py | ||
| __init__.py | ||