lazybird / django-solo

Helps working with singletons - things like global settings that you want to edit from the admin site.
Other
896 stars 85 forks source link

Make cache value serializable #129

Open q0w opened 1 year ago

q0w commented 1 year ago

Convert model to dict by model_to_dict. Tested with django-redis using several backends: json, pickle.

Closes https://github.com/lazybird/django-solo/issues/102