Changes between Initial Version and Version 1 of Ticket #33947


Ignore:
Timestamp:
Aug 22, 2022, 5:44:11 PM (3 years ago)
Author:
awiebe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #33947 – Description

    initial v1  
    77     class Meta:
    88      abstract = True
     9 class AnOwnedModel(AbstractOwnershipModel):
     10   #...
    911  }}}
    1012}}}
Back to Top