mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Added missing backticks in docs.
This commit is contained in:
parent
e4a5527d1d
commit
02376f1f53
3 changed files with 5 additions and 4 deletions
|
|
@ -661,7 +661,7 @@ will fail with the error "current transaction is aborted, queries ignored
|
|||
until end of transaction block". While the basic use of ``save()`` is unlikely
|
||||
to raise an exception in PostgreSQL, there are more advanced usage patterns
|
||||
which might, such as saving objects with unique fields, saving using the
|
||||
force_insert/force_update flag, or invoking custom SQL.
|
||||
``force_insert``/``force_update`` flag, or invoking custom SQL.
|
||||
|
||||
There are several ways to recover from this sort of error.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue