mirror of
https://github.com/django/django.git
synced 2025-11-18 19:01:40 +00:00
Clarified consistency statement.
See https://github.com/django/django/pull/20091#discussion_r2524727369
This commit is contained in:
parent
f43e51490e
commit
d8d254e559
1 changed files with 3 additions and 3 deletions
|
|
@ -530,9 +530,9 @@ Should become::
|
||||||
|
|
||||||
Running the :djadmin:`makemigrations` command will generate a migration
|
Running the :djadmin:`makemigrations` command will generate a migration
|
||||||
containing a no-op ``AlterField`` operation. By default, new
|
containing a no-op ``AlterField`` operation. By default, new
|
||||||
``UUIDField`` instances will use the ``UUID`` column type: To ensure
|
``UUIDField`` instances will use the ``UUID`` column type. If a
|
||||||
consistency with existing fields, use ``Char32UUIDField`` instead for
|
``CHAR(32)`` column is needed, for example if you want to ensure
|
||||||
new fields that should have the same column type.
|
consistency with existing columns, use a ``Char32UUIDField``.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue