Fix bug introduced in -1.19 related to DictField validate failing without default connection

This commit is contained in:
Bastien Gérard
2020-01-11 23:15:30 +01:00
parent 9490ad2bf7
commit d738462139
4 changed files with 42 additions and 27 deletions

View File

@@ -7,6 +7,11 @@ Development
===========
- (Fill this out as you fix issues and develop your features).
Changes in 0.19.2
=================
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
Changes in 0.19.1
=================
- Requires Pillow < 7.0.0 as it dropped Python2 support