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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16055, comment 14

    v1 v2  
    1010class CustomGenericRelation(GenericRelation):
    1111    def get_joining_columns(self, reverse_join=False):
    12         return tuple()
     12        return ()
    1313
    1414    def get_extra_restriction(self, where_class, alias, remote_alias):
Back to Top