Changes between Initial Version and Version 1 of Ticket #36183, comment 5


Ignore:
Timestamp:
Feb 13, 2025, 12:44:20 AM (10 days ago)
Author:
BeryCZ

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36183, comment 5

    initial v1  
    11Hello 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 have the `AbstractPageType` in the reusable app already.
     2The 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.
    33
    4 I would really like if it was possible to define the parent_link's field 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`.
     4I 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`.
Back to Top