Changes between Initial Version and Version 1 of Ticket #25622, comment 4
- Timestamp:
- Oct 28, 2015, 12:55:03 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25622, comment 4
initial v1 6 6 7 7 class AbstractModelX(models.Model): 8 model_a_gen_rel = GenericRelation( SortedDocument)8 model_a_gen_rel = GenericRelation(ModelA) 9 9 class Meta: 10 10 abstract=True