mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
rm use_for_related_fields #290
This commit is contained in:
parent
a975f2f07b
commit
c4d72123ef
1 changed files with 0 additions and 2 deletions
|
|
@ -247,7 +247,6 @@ class InheritanceQuerySet(InheritanceQuerySetMixin, QuerySet):
|
|||
|
||||
|
||||
class InheritanceManagerMixin(object):
|
||||
use_for_related_fields = True
|
||||
_queryset_class = InheritanceQuerySet
|
||||
|
||||
def get_queryset(self):
|
||||
|
|
@ -265,7 +264,6 @@ class InheritanceManager(InheritanceManagerMixin, models.Manager):
|
|||
|
||||
|
||||
class QueryManagerMixin(object):
|
||||
use_for_related_fields = True
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
if args:
|
||||
|
|
|
|||
Loading…
Reference in a new issue