Changes between Initial Version and Version 1 of Ticket #24632, comment 8


Ignore:
Timestamp:
Feb 24, 2025, 10:49:39 AM (6 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24632, comment 8

    initial v1  
    1 This was brought up [https://forum.djangoproject.com/t/postgresql-table-inheritance-and-orm/39047/2 on the forum recently] which made me dig a bit more in the latest stage of things.
     1This was brought up [https://forum.djangoproject.com/t/postgresql-table-inheritance-and-orm/39047/2 on the forum recently] which made me dig a bit more in the latest state of things.
    22
    33Now that Postgres partitioning is done natively, which is what inheritance was mainly recommended for prior to that, [https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_table_inheritance they recommend against using table inheritance] which I believe is a strong enough motive to won't-fix this stagnant decade old new feature request given how invasive such a change would be.
Back to Top