You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`child` - A field instance that should be used for validating the objects in the list. If this argument is not provided then objects in the list will not be validated.
440
440
-`min_length` - Validates that the list contains no fewer than this number of elements.
@@ -457,7 +457,7 @@ We can now reuse our custom `StringListField` class throughout our application,
457
457
458
458
A field class that validates a dictionary of objects. The keys in `DictField` are always assumed to be string values.
-`child` - A field instance that should be used for validating the values in the dictionary. If this argument is not provided then values in the mapping will not be validated.
0 commit comments