diff --git a/django_select2/fields.py b/django_select2/fields.py index 16e08ca..7829a85 100644 --- a/django_select2/fields.py +++ b/django_select2/fields.py @@ -153,7 +153,7 @@ class ModelResultJsonMixin(object): then ``ValueError`` is thrown. :return: queryset - :rtype: :py:class:`django.db.models.QuerySet` + :rtype: :py:class:`django.db.models.query.QuerySet` """ if self.queryset is None: raise ValueError('queryset is required.')