django-constance/constance/migrations
Felipe Gonzalez cf838ab28a
fix: Fixed _pickle.UnpicklingError (#576)
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.
2024-08-31 09:31:21 -05:00
..
0001_initial.py Replace pickle with JSON (#564) 2024-08-20 09:35:27 -05:00
0002_migrate_from_old_table.py Enable more rules for ruff (#562) 2024-07-05 19:38:26 +05:00
0003_drop_pickle.py fix: Fixed _pickle.UnpicklingError (#576) 2024-08-31 09:31:21 -05:00
__init__.py Refactor app and model 2023-03-10 20:38:31 +03:00