#32102: Add .update(*args, **kwargs) on Django model object
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
dadwalakshay |
Type: New | Status: new
feature |
Component: Database | Version: 3.1
layer (models, ORM) |
Severity: Normal | Keywords: model, save, update
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Allow queryset_obj.update(*args, **kwargs) like behavior on a single
Django model instance.
To update a single Django model object, one have to assign values to each
Model class attribute and invoke .save(*args, **kwargs). Adding an
.update(*args, **kwargs) method in Django model class.
--
Ticket URL: <https://code.djangoproject.com/ticket/32102>
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/055.23fcc8e32dfc148f4a7a7bb352f4bb48%40djangoproject.com.