Update fields.py

This commit is contained in:
barbashovtd 2021-09-13 19:45:26 +03:00 committed by GitHub
parent f1bae5c50f
commit 08278558e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ class Field(BaseField):
class ListField(Field):
"""
Field contains list of objects
The field contains a list of objects
"""
def __init__(self, *args, **kwargs):