Little type
This commit is contained in:
fjcapdevila 2014-06-10 12:23:24 -03:00
parent d8a62ddb5e
commit 5004b79c85

View file

@ -128,7 +128,7 @@ class ModelResultJsonMixin(object):
"""
Class constructor.
:param queryset: This can be passed as kwarg here or defined as field variabel,
:param queryset: This can be passed as kwarg here or defined as field variable,
like ``search_fields``.
:type queryset: :py:class:`django.db.models.query.QuerySet` or None