Merge pull request #2509 from jaesivsm/fix/EnumField-choices

Fixing EnumField choices validation
This commit is contained in:
Bastien Gérard
2021-05-04 20:33:25 +02:00
committed by GitHub
3 changed files with 25 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ Changes in 0.23.1
===========
- 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
=================