agateblue / agateblue/django-dynamic-preferences
ModelChoicePreference when pk not exists
Open
- Dominant language
- Python
- Stars
- 359
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
When I use the `ModelChoicePreference` preference I save the pk of an object. If this object is deleted, the serializer's behavior is to throw an exception. Wouldn't the correct thing be to return empty in this case?
Contributor guide
Assessment
This issue has not been assessed yet.