mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-13 16:10:58 +00:00
Revert unrelated change regarding related fields
Remove attribute use_for_related_fields in SoftDeletableManagerMixin.
This commit is contained in:
parent
063332643d
commit
2af54972eb
1 changed files with 0 additions and 1 deletions
|
|
@ -270,7 +270,6 @@ class SoftDeletableManagerMixin(object):
|
|||
Manager that limits the queryset by default to show only not removed
|
||||
instances of model.
|
||||
"""
|
||||
use_for_related_fields = True
|
||||
_queryset_class = SoftDeletableQuerySet
|
||||
|
||||
def get_queryset(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue