A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
1.81k
stars
468
forks
source link
Fix - Object of type ValidationError is not JSON serializable #1368
Open
Spawin opened 4 months ago
On Creation of new choices in the autocomplete form, when we use
validate_create=True
and the validation failed we haveTypeError: Object of type ValidationError is not JSON serializable
.Corrections made :
Versions used: