mirror of https://github.com/django/django.git
[3.2.x] Made minor edits to QuerySet.update_or_create() docs.
Backport of 85d47a58bf
from main
This commit is contained in:
parent
5fa70c91b4
commit
55daaa0c79
|
@ -2155,7 +2155,7 @@ The above example can be rewritten using ``update_or_create()`` like so::
|
|||
defaults={'first_name': 'Bob'},
|
||||
)
|
||||
|
||||
For detailed description how names passed in ``kwargs`` are resolved see
|
||||
For a detailed description of how names passed in ``kwargs`` are resolved, see
|
||||
:meth:`get_or_create`.
|
||||
|
||||
As described above in :meth:`get_or_create`, this method is prone to a
|
||||
|
|
Loading…
Reference in New Issue