simplify expiration handling#1
Conversation
|
@jeriox |
| register_model_for_logging( | ||
| Qualification, | ||
| ModelFieldsLogConfig(), | ||
| ModelFieldsLogConfig(unlogged_fields=["default_expiration_time"]), |
There was a problem hiding this comment.
we should log this, but need some code to make our custom type serializable
what kind of error? I suppose that you cannot run this locally as you changed your database in a way that is different to the migrations included in this PR. you probably need to delete your database and run the migrations again to be able to use this locally. |
Hi, one bug was on my side. The other one is with the qualification export (/settings/qualifications/export/) |
todo