Fixed display of ModelSelect2Mixin.filter_queryset() doc. (#470)

This commit is contained in:
Sergey Fedoseev 2018-03-24 18:25:42 +05:00 committed by Johannes Hoppe
parent c2331b272a
commit a9aa31146f

View file

@ -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