[1.8.x] Removed ForeignObjectRel.get_lookup_constraint() [unused].
Backport of f60973111806100d284d41c12206c04740063549 from master
This commit is contained in:
parent
590ee3ed16
commit
d0c343372f
@ -1373,11 +1373,6 @@ class ForeignObjectRel(object):
|
|||||||
# example custom multicolumn joins currently have no remote field).
|
# example custom multicolumn joins currently have no remote field).
|
||||||
self.field_name = None
|
self.field_name = None
|
||||||
|
|
||||||
def get_lookup_constraint(self, constraint_class, alias, targets, sources, lookup_type,
|
|
||||||
raw_value):
|
|
||||||
return self.field.get_lookup_constraint(constraint_class, alias, targets, sources,
|
|
||||||
lookup_type, raw_value)
|
|
||||||
|
|
||||||
def get_accessor_name(self, model=None):
|
def get_accessor_name(self, model=None):
|
||||||
# This method encapsulates the logic that decides what name to give an
|
# This method encapsulates the logic that decides what name to give an
|
||||||
# accessor descriptor that retrieves related many-to-one or
|
# accessor descriptor that retrieves related many-to-one or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user