[https://github.com/django/django/pull/7950 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27869>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Old description:
> The GinIndex supports a couple of additional parameters.
>
> [https://github.com/django/django/pull/7950 PR]
New description:
`GinIndex` could supports a couple of additional parameters.
[https://github.com/django/django/pull/7950 PR]
--
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:1>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:2>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:4>
* owner: (none) => Tim Graham <timograham@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"de42adf4ff6b80e25bbd9e70070146ef15076a83" de42adf4]:
{{{
#!CommitTicketReference repository=""
revision="de42adf4ff6b80e25bbd9e70070146ef15076a83"
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to
GinIndex.
Thanks Tim Graham and Markus Holtermann for review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"e016c4c65b4aa0521a74e1cba6f75a596ee9ee1c" e016c4c6]:
{{{
#!CommitTicketReference repository=""
revision="e016c4c65b4aa0521a74e1cba6f75a596ee9ee1c"
Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're
None.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"743d28f5539b17d6e39bd37c6e3df5628b470cac" 743d28f]:
{{{
#!CommitTicketReference repository=""
revision="743d28f5539b17d6e39bd37c6e3df5628b470cac"
Refs #27869 -- Added PostgreSQL version check for GinIndex support.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:7>