Skip to content

Commit

Permalink
Changes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Jul 1, 2023
1 parent ec7829e commit 88aa49d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ reference schema instead of actually creating and synchronizing the schema.
Most importantly, by default, migrations will include the reference schema, so
that it is kept up to date for future tenant creation.

.. attention::

The database function for cloning schemas requires PostgreSQL 10 or higher,
due to a change in the way sequence information is stored.


.. tip::

Expand Down
2 changes: 1 addition & 1 deletion docs/contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You still need to name your channel groups appropriately, taking the
current tenant into account if you want to keep your groups tenant-specific.
You will get the current tenant in ``scope["tenant"]``.

For Channels 3 to use with Django 3, you can use
For Channels 3 to use with Django 3+, you can use
``django_pgschemas.contrib.channels3``.

.. attention::
Expand Down

0 comments on commit 88aa49d

Please sign in to comment.