fix docstring for DictField
This commit is contained in:
parent
d4b3649640
commit
19314e7e06
@ -760,7 +760,7 @@ class DictField(ComplexBaseField):
|
|||||||
similar to an embedded document, but the structure is not defined.
|
similar to an embedded document, but the structure is not defined.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Required means it cannot be empty - as the default for ListFields is []
|
Required means it cannot be empty - as the default for DictFields is {}
|
||||||
|
|
||||||
.. versionadded:: 0.3
|
.. versionadded:: 0.3
|
||||||
.. versionchanged:: 0.5 - Can now handle complex / varying types of data
|
.. versionchanged:: 0.5 - Can now handle complex / varying types of data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user