Rémy Hubscher
6d01cffbc0
Use double quotes
2025-10-07 11:26:18 +02:00
Rémy Hubscher
6f12039ae7
Run ruff format
2025-10-07 11:22:24 +02:00
Alexandr Artemyev
a604a5ea9f
Fix #593 ( #597 )
2024-11-04 08:09:19 -06:00
Alexandr Artemyev
d624ee8730
Better already migrated detection ( #588 )
2024-09-17 14:59:11 +05:00
Alexandr Artemyev
a68bf903cf
Fix exception in 0002 migration ( #579 )
2024-09-05 13:30:28 +05:00
ivan-klass
5e221a855b
More safe suppress of pickle-to-json data migration ( #578 )
2024-09-03 08:48:37 -05:00
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
Alexandr Artemyev
3640eb228a
Replace pickle with JSON ( #564 )
...
* Replace pickle with JSON
Co-authored-by: Ivan Klass <klass.ivanklass@gmail.com>
2024-08-20 09:35:27 -05:00
Alexandr Artemyev
8c6552fdaf
Enable more rules for ruff ( #562 )
2024-07-05 19:38:26 +05:00
Alexandr Artemyev
57083bbed2
Add ruff format & lint (isort only) ( #560 )
2024-07-03 19:21:33 +05:00
Sergei Iurchenko
d03bea804f
fix migration on mysql ( #531 )
...
Co-authored-by: Iurchenko Sergei <empty>
2023-10-16 09:14:40 -05:00
Sergei Iurchenko
2cb2ccd063
Refactor app and model
2023-03-10 20:38:31 +03:00