mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed typo in docs/ref/migration-operations.txt.
This commit is contained in:
parent
e4a714b259
commit
5bbf31634f
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ if ``atomic=True`` is passed to the ``RunPython`` operation.
|
|||
A highly specialized operation that let you mix and match the database
|
||||
(schema-changing) and state (autodetector-powering) aspects of operations.
|
||||
|
||||
It accepts two list of operations, and when asked to apply state will use the
|
||||
It accepts two lists of operations, and when asked to apply state will use the
|
||||
state list, and when asked to apply changes to the database will use the database
|
||||
list. Do not use this operation unless you're very sure you know what you're doing.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue