Kaydet (Commit) a8b03bea authored tarafından Robert Coup's avatar Robert Coup Kaydeden (comit) Tim Graham

Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).

üst 290d8471
......@@ -265,6 +265,11 @@ transform do not change. For example::
:ref:`setup the citext extension <create-postgresql-extensions>` in
PostgreSQL before the first ``CreateModel`` migration operation.
If you're using an :class:`~django.contrib.postgres.fields.ArrayField`
of ``CIText`` fields, you must add ``'django.contrib.postgres'`` in your
:setting:`INSTALLED_APPS`, otherwise field values will appear as strings
like ``'{thoughts,django}'``.
Several fields that use the mixin are provided:
.. class:: CICharField(**options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment