Opened 9 years ago
Closed 8 years ago
#27030 closed New feature (fixed)
Add support for GIN indexes
Description (last modified by ) ¶
I would like to add support for creating gin indexes in PostgreSQL via contrib.postgres using the new class based indexes.
Change History (9)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | Add support for btree_gin indexes → Add support for GIN indexes |
comment:2 by , 9 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 9 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
Status: | new → assigned |
comment:4 by , 9 years ago
Patch needs improvement: | unset |
---|
comment:8 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
Reopened in PR to introduce a few parameters.
comment:9 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It might be appropriate to reopen this if there were some release blocking bug in the new feature, however, feature enhancements targeted for the next version of Django should occur in a new ticket.
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/7046
Some minor finishing changes left, will try to complete it today.