Fixed invalid choices error bubbling (#214)
This commit is contained in:
parent
3208a7f15d
commit
1ca098c402
@ -45,6 +45,7 @@ Changes in 0.8.X
|
|||||||
- Added Doc class and pk to Validation messages (#69)
|
- Added Doc class and pk to Validation messages (#69)
|
||||||
- Fixed Documents deleted via a queryset don't call any signals (#105)
|
- Fixed Documents deleted via a queryset don't call any signals (#105)
|
||||||
- Added the "get_decoded" method to the MongoSession class (#216)
|
- Added the "get_decoded" method to the MongoSession class (#216)
|
||||||
|
- Fixed invalid choices error bubbling (#214)
|
||||||
|
|
||||||
Changes in 0.7.9
|
Changes in 0.7.9
|
||||||
================
|
================
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
from fields import *
|
from fields import *
|
||||||
from file import *
|
from file_tests import *
|
Loading…
x
Reference in New Issue
Block a user