get_prefetch_queryset and _apply_rel_filters
This commit is contained in:
parent
4325b1984d
commit
1c5a786dca
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class ModelInstanceWrapper(BaseWrapper):
|
|||
|
||||
|
||||
class BaseQueryWrapper(BaseWrapper):
|
||||
_allowed_callables = ('_add_hints', )
|
||||
_allowed_callables = ('_add_hints', 'get_prefetch_queryset', '_apply_rel_filters')
|
||||
|
||||
def __init__(self, changeset, obj, author=None, created_pks=None, extra=()):
|
||||
super().__init__(changeset, obj, author)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue