#18305: force_update/force_insert not passed up the inheritance chain in .save()
-------------------------------------+-------------------------------------
Reporter: Anssi Kääriäinen | Owner: nobody
Type: Bug | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Abhijeet Viswa):
I believe this can be closed since from Django 1.5, `save()` does an
update and on failure does an insert. At least for default UUIDs (#29260,
#29129) force_insert is honored for both classes. (I vaguely remember it
to be the same for AutoField in PostgreSQL as well).
--
Ticket URL: <https://code.djangoproject.com/ticket/18305#comment:3>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.a98f5d19e1914431058505a3453a1ba0%40djangoproject.com.