Changes between Initial Version and Version 1 of Ticket #31881, comment 3


Ignore:
Timestamp:
Aug 20, 2020, 10:38:50 AM (4 years ago)
Author:
Jarek Glowacki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31881, comment 3

    initial v1  
    1313
    1414I've gone ahead and implemented the change here: https://github.com/django/django/compare/master...jarekwg:ticket_31881?expand=1
     15Tests all pass
    1516
    1617Please note that `PostgresIndex` isn't used by default for Postgres backends, it's only used when inherited by those special Postgres-specific Indexes. So the solution I'm suggesting would only help in cases where users explicitly specify `PostgresIndex` when defining their custom Indexes. Users with custom overrides would still be overriding all this, so I don't see how they'd run into regressions.
Back to Top