Changes between Initial Version and Version 1 of Ticket #25622, comment 4


Ignore:
Timestamp:
Oct 28, 2015, 12:55:03 PM (9 years ago)
Author:
Jonathan Liuti

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25622, comment 4

    initial v1  
    66
    77class AbstractModelX(models.Model):
    8     model_a_gen_rel = GenericRelation(SortedDocument)
     8    model_a_gen_rel = GenericRelation(ModelA)
    99    class Meta:
    1010        abstract=True
Back to Top