* Following #24002:
* Release notes
* Consider documenting the behavior of filtering on the generic
relation
* Fix the note on `GenericRelation`s and aggregation (they do work now)
--
Ticket URL: <https://code.djangoproject.com/ticket/24019>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24019#comment:1>
* has_patch: 0 => 1
Comment:
The note about aggregation not working was in response to #10870 which has
been fixed since 1.6 at least.
[https://github.com/django/django/pull/5510 PR] to address that.
I'm not sure release notes or further documentation is needed for #24002,
that just looks like a bug fix to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/24019#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"e19bd086d608c981098130a49e406de91dcc3d26" e19bd086]:
{{{
#!CommitTicketReference repository=""
revision="e19bd086d608c981098130a49e406de91dcc3d26"
Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting
aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24019#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"78f9805755c736573cb45f512345f064c88a680e" 78f98057]:
{{{
#!CommitTicketReference repository=""
revision="78f9805755c736573cb45f512345f064c88a680e"
[1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not
supporting aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.
Backport of e19bd086d608c981098130a49e406de91dcc3d26 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24019#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5adeb410253dcba2215dd8274255a6dd897f14d1" 5adeb41]:
{{{
#!CommitTicketReference repository=""
revision="5adeb410253dcba2215dd8274255a6dd897f14d1"
[1.8.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not
supporting aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.
Backport of e19bd086d608c981098130a49e406de91dcc3d26 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24019#comment:5>