Merge pull request #591 from pavlov99/master
fix docstring for DictField
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user