Changes between Initial Version and Version 1 of Ticket #16055, comment 14
- Timestamp:
- Apr 21, 2021, 8:33:45 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16055, comment 14
initial v1 10 10 class CustomGenericRelation(GenericRelation): 11 11 def get_joining_columns(self, reverse_join=False): 12 joining_columns = super().get_joining_columns(reverse_join)13 self.joining_columns = joining_columns14 12 return tuple() 15 13