Fixing EnumField choices validation

This commit is contained in:
François Schmidts
2021-04-27 15:55:30 +02:00
parent 232071f8f4
commit ecf84cbd5d
3 changed files with 25 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ Development
- (Fill this out as you fix issues and develop your features).
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
- Improve connection doc #2481
- EnumField improvements: now `choices` limits the values of an enum to allow
Changes in 0.23.0
=================