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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31881, comment 3

    v1 v2  
    1313
    1414I've gone ahead and implemented the change here: https://github.com/django/django/compare/master...jarekwg:ticket_31881?expand=1
    15 Tests all pass
     15Tests all pass.
    1616
    1717Please 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