mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-14 16:13:10 +00:00
Update fields.py
This commit is contained in:
parent
8cb1b0d82f
commit
0c46114f56
1 changed files with 2 additions and 2 deletions
|
|
@ -341,8 +341,8 @@ class FilterableModelChoiceIterator(ModelChoiceIterator):
|
|||
"""
|
||||
Applies additional filter on the queryset. This can be called multiple times.
|
||||
|
||||
:param kwargs: The ``**kwargs`` to pass to :py:meth:`django.db.models.query.QuerySet.filter`.
|
||||
If this is not set then additional filter (if) applied before is removed.
|
||||
:param filter_map: The ``**kwargs`` to pass to :py:meth:`django.db.models.query.QuerySet.filter`.
|
||||
If this is not set then additional filter (if) applied before is removed.
|
||||
"""
|
||||
if not hasattr(self, '_original_queryset'):
|
||||
import copy
|
||||
|
|
|
|||
Loading…
Reference in a new issue