Changes between Initial Version and Version 1 of Ticket #16055, comment 14


Ignore:
Timestamp:
Apr 21, 2021, 8:33:45 AM (3 years ago)
Author:
Marc DEBUREAUX

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16055, comment 14

    initial v1  
    1010class CustomGenericRelation(GenericRelation):
    1111    def get_joining_columns(self, reverse_join=False):
    12         joining_columns = super().get_joining_columns(reverse_join)
    13         self.joining_columns = joining_columns
    1412        return tuple()
    1513
Back to Top