#29786: Add option to lock rows with select_for_update() immediately
-------------------------------------+-------------------------------------
Reporter: ovalseven8 | Owner: nobody
Type: New feature | Status: new
Component: Database layer | Version: 2.1
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Tom Forbes):
In your example above, would it not be possible to do:
{{{
def reserve_tickets(self, number_tickets):
event = Event.objects.select_for_update().get(id=self.id)
if event.blah ...
}}}
As a workaround? Rather than add an 'immediate' parameter to
`select_for_update` perhaps a context manager might be more appropriate?
--
Ticket URL: <https://code.djangoproject.com/ticket/29786#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 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.529c5de55cc18e5f4f0e802650516464%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.