From 604130b06e6d17a5fa2ebe5b22646ea5c4062f1b Mon Sep 17 00:00:00 2001 From: AppleGrew Date: Fri, 27 Sep 2013 20:10:44 +0530 Subject: [PATCH] Update fields.py --- django_select2/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')