Revert unrelated change regarding related fields

Remove attribute use_for_related_fields in SoftDeletableManagerMixin.
This commit is contained in:
Bruno Alla 2017-01-05 18:32:13 +00:00
parent 063332643d
commit 2af54972eb

View file

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