mirror of
https://github.com/django/django.git
synced 2025-11-22 20:16:24 +00:00
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
This commit is contained in:
parent
ef2f16bc48
commit
6f8e23d1c1
95 changed files with 445 additions and 445 deletions
|
|
@ -32,7 +32,7 @@ the current statement. This is a complement to
|
|||
:class:`django.db.models.functions.Now`, which returns the date and time of the
|
||||
current statement.
|
||||
|
||||
Note that only the outermost call to :func:`~django.db.transaction.atomic()`
|
||||
Note that only the outermost call to :func:`~django.db.transaction.atomic`
|
||||
sets up a transaction and thus sets the time that ``TransactionNow()`` will
|
||||
return; nested calls create savepoints which do not affect the transaction
|
||||
time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue