mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
This commit is contained in:
parent
6c3525a09d
commit
c23aa73626
15 changed files with 18 additions and 17 deletions
|
@ -261,7 +261,7 @@ transform do not change. For example::
|
|||
Read about `the performance considerations`_ prior to using it.
|
||||
|
||||
To use ``citext``, use the :class:`.CITextExtension` operation to
|
||||
:ref:`setup the citext extension <create-postgresql-extensions>` in
|
||||
:ref:`set up 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`
|
||||
|
@ -307,7 +307,7 @@ transform do not change. For example::
|
|||
To use this field, you'll need to:
|
||||
|
||||
#. Add ``'django.contrib.postgres'`` in your :setting:`INSTALLED_APPS`.
|
||||
#. :ref:`Setup the hstore extension <create-postgresql-extensions>` in
|
||||
#. :ref:`Set up the hstore extension <create-postgresql-extensions>` in
|
||||
PostgreSQL.
|
||||
|
||||
You'll see an error like ``can't adapt type 'dict'`` if you skip the first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue