* owner: nobody => Sarah Boyce
* needs_docs: 0 => 1
* has_patch: 0 => 1
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 0 => 1
* needs_tests: 0 => 1
Comment:
The patch will need some improvements as we must consider that generated
fields can also be deferred. We'll likely want to add tests for generated
field deferral as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:6>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:7>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b287af5dc954628d4b336aefc5027b2edceee64b" b287af5d]:
{{{
#!CommitTicketReference repository=""
revision="b287af5dc954628d4b336aefc5027b2edceee64b"
Fixed #35019 -- Fixed save() on models with both GeneratedFields and
ForeignKeys.
Thanks Deb Kumar Das for the report.
Regression in f333e3513e8bdf5ffeb6eeb63021c230082e6f95.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:9>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"03af8fbd0f1cfc08edadda248cf5d3498e8ed2f7" 03af8fb]:
{{{
#!CommitTicketReference repository=""
revision="03af8fbd0f1cfc08edadda248cf5d3498e8ed2f7"
[5.0.x] Fixed #35019 -- Fixed save() on models with both GeneratedFields
and ForeignKeys.
Thanks Deb Kumar Das for the report.
Regression in f333e3513e8bdf5ffeb6eeb63021c230082e6f95.
Backport of b287af5dc954628d4b336aefc5027b2edceee64b from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:10>
Comment (by Deb Kumar Das):
Thanks @Mariusz Felisiak and all the Django team, for a quick response and
fix.
--
Ticket URL: <https://code.djangoproject.com/ticket/35019#comment:11>