Changes between Version 1 and Version 2 of Ticket #16055, comment 14
- Timestamp:
- Apr 21, 2021, 8:35:29 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16055, comment 14
v1 v2 10 10 class CustomGenericRelation(GenericRelation): 11 11 def get_joining_columns(self, reverse_join=False): 12 return tuple()12 return () 13 13 14 14 def get_extra_restriction(self, where_class, alias, remote_alias):