mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Fixed display of ModelSelect2Mixin.filter_queryset() doc. (#470)
This commit is contained in:
parent
c2331b272a
commit
a9aa31146f
1 changed files with 2 additions and 2 deletions
|
|
@ -370,8 +370,8 @@ class ModelSelect2Mixin(object):
|
|||
term (str): Search term
|
||||
queryset (django.db.models.query.QuerySet): QuerySet to select choices from.
|
||||
**dependent_fields: Dependent fields and their values. If you want to inherit
|
||||
from ModelSelect2Mixin and later call to this method, be sure to pop
|
||||
from kwargs everything if it is not a dependent field.
|
||||
from ModelSelect2Mixin and later call to this method, be sure to pop
|
||||
everything from keyword arguments that is not a dependent field.
|
||||
|
||||
Returns:
|
||||
QuerySet: Filtered QuerySet
|
||||
|
|
|
|||
Loading…
Reference in a new issue