mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
This commit is contained in:
@@ -110,7 +110,7 @@ perform appropriate manual type conversions prior to executing queries.
|
||||
==============================================
|
||||
|
||||
Historically, queries that use
|
||||
:meth:`~django.db.models.query.QuerySet.select_for_update()` could be
|
||||
:meth:`~django.db.models.query.QuerySet.select_for_update` could be
|
||||
executed in autocommit mode, outside of a transaction. Before Django
|
||||
1.6, Django's automatic transactions mode allowed this to be used to
|
||||
lock records until the next write operation. Django 1.6 introduced
|
||||
|
||||
Reference in New Issue
Block a user