mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Add documentation for new request argument
This commit is contained in:
parent
66d2051c20
commit
ffe91627d8
1 changed files with 2 additions and 0 deletions
|
|
@ -372,6 +372,8 @@ class ModelSelect2Mixin:
|
|||
Return QuerySet filtered by search_fields matching the passed term.
|
||||
|
||||
Args:
|
||||
request (django.http.request.HttpRequest): The request is being passed from
|
||||
the JSON view and can be used to dynamically alter the response queryset.
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue