--
Ticket URL: <https://code.djangoproject.com/ticket/26321>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "fixed_postgres_custom_agg_example.patch" added.
* needs_better_patch: => 0
* needs_tests: => 0
* easy: 0 => 1
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26321#comment:1>
* keywords: postgres aggregate => expressions
* stage: Unreviewed => Accepted
Comment:
I've renamed the case because this is about custom expressions, not
specifically about postgres or aggregates (which don't actually use
for_save). Patch looks mostly fine to me. Would you mind submitting it as
a PR on GitHub? That'll allow review and the automated tests to run.
--
Ticket URL: <https://code.djangoproject.com/ticket/26321#comment:2>
* stage: Accepted => Ready for checkin
Comment:
`for_save` was added in 65246de7b1d70d25831ab394c4f4a75813f629fe, so I'll
backport to the 1.8 docs. No need to submit a PR really.
--
Ticket URL: <https://code.djangoproject.com/ticket/26321#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"de8a11ba18d5902c668d4db47c38c9c6bdf9c1da" de8a11ba]:
{{{
#!CommitTicketReference repository=""
revision="de8a11ba18d5902c668d4db47c38c9c6bdf9c1da"
Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Thanks tomaszn for the patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26321#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"377ca697a133e6063be3dff09b83b1c533d91950" 377ca697]:
{{{
#!CommitTicketReference repository=""
revision="377ca697a133e6063be3dff09b83b1c533d91950"
[1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions
example.
Thanks tomaszn for the patch.
Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26321#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8b891cf3862658b6b297063b3efeb81f1985cda3" 8b891cf]:
{{{
#!CommitTicketReference repository=""
revision="8b891cf3862658b6b297063b3efeb81f1985cda3"
[1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions
example.
Thanks tomaszn for the patch.
Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26321#comment:6>