#27222: Refresh fields that are expressions after Model.save()
-------------------------------------+-------------------------------------
     Reporter:  holvianssi           |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  1.10
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by holvianssi):

 I'm hesitant to go with RETURNING implementation for the first patch. The
 select approach is really simple, and it will be needed in any case for
 some backends. The RETURNING approach on the other hand will be complex,
 and after all it's just an optimisation.

 This should almost solve #21454 with a Default expression. This would need
 to be assigned manually to fields pre-save. Then full solution to #21454
 would be adding a bit of API to do the pre-save assignments automatically.

 And yes, I believe this solves #23386.

--
Ticket URL: <https://code.djangoproject.com/ticket/27222#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.3405da6b1918b041bd1c61fdae024fd0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to