--
Ticket URL: <https://code.djangoproject.com/ticket/27098>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/7132 WIP PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:1>
* keywords: => introspection db-indexes
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"4c7bf83cde9f698cad019a9b808dbe45a832d9c3" 4c7bf83c]:
{{{
#!CommitTicketReference repository=""
revision="4c7bf83cde9f698cad019a9b808dbe45a832d9c3"
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to
get_constraints().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:3>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"d389125606152a6cd57d0f6cadeddf0bd6232215" d3891256]:
{{{
#!CommitTicketReference repository=""
revision="d389125606152a6cd57d0f6cadeddf0bd6232215"
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Thanks Akshesh <akshes...@gmail.com> for help with the PostgreSQL
query.
Thanks Tim Graham for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:6>
Comment (by Claude Paroz <claude@…>):
In [changeset:"a1ad896422437b376462361560086609538779fc" a1ad896]:
{{{
#!CommitTicketReference repository=""
revision="a1ad896422437b376462361560086609538779fc"
Refs #27098 -- Added introspection for expression-based index on
PostgreSQL
Also test it on PostGIS raster fields.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"578711c31052625cc87319cf1c46662c14d75ce9" 578711c3]:
{{{
#!CommitTicketReference repository=""
revision="578711c31052625cc87319cf1c46662c14d75ce9"
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation
timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:8>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"e01fa015c0fca32bb740b575c8fbfd388d8f4957" e01fa015]:
{{{
#!CommitTicketReference repository=""
revision="e01fa015c0fca32bb740b575c8fbfd388d8f4957"
Refs #27098 -- Removed unused introspection queries.
Unused since 578711c31052625cc87319cf1c46662c14d75ce9.
Thanks Ian Foote for finding this.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:9>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"40d87681580ee4f223bcd5ba227ef6ab324a6909" 40d87681]:
{{{
#!CommitTicketReference repository=""
revision="40d87681580ee4f223bcd5ba227ef6ab324a6909"
[2.1.x] Refs #27098 -- Removed unused introspection queries.
Unused since 578711c31052625cc87319cf1c46662c14d75ce9.
Thanks Ian Foote for finding this.
Backport of e01fa015c0fca32bb740b575c8fbfd388d8f4957 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27098#comment:10>