Changes between Initial Version and Version 1 of Ticket #36183, comment 5
- Timestamp:
- Feb 13, 2025, 12:44:20 AM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36183, comment 5
initial v1 1 1 Hello Simon, thank you for your response. 2 The re-organization of the models isnt really a solution, because in my case the abstracts are in a reusable app and then models are project specific. I dont like to have concrete models in a reusable app and never be able to rewrite them, but I should havethe `AbstractPageType` in the reusable app already.2 The re-organization of the models isnt really a solution, because in my case the abstracts are in a reusable app and then models are project specific. I dont like to have concrete models in a reusable app and never be able to rewrite them, but I need the `AbstractPageType` in the reusable app already. 3 3 4 I would really like if it was possible to define the parent_link 's fieldname in the abstract, so I don't have to define it on all PageType models, because `page` is much more comfortable to work with than `page_ptr`.4 I would really like if it was possible to define the parent_link field's name in the abstract, so I don't have to define it on all PageType models, because `page` is much more comfortable to work with than `page_ptr`.