From ec7829e4f208021e78f0a56418260bb12bba91e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Pe=C3=B1a?= Date: Sat, 1 Jul 2023 13:04:59 +0200 Subject: [PATCH] Update README.rst --- README.rst | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/README.rst b/README.rst index 0265a97..21e08e4 100644 --- a/README.rst +++ b/README.rst @@ -79,41 +79,6 @@ Documentation https://django-pgschemas.readthedocs.io/ -Breaking changes ----------------- - -v0.13.0 -+++++++ -- Dropped support for Django < 4.0 - - -v0.11.0 -+++++++ - -- [INTERNAL] Now storing active schema in ``asgiref.local`` instead of the connection object. - -v0.9.0 -++++++ - -- Dropped support for Python < 3.8, Django < 3.1. - -v0.7.0 -++++++ - -- Changed public API for getting/setting active schema. Public API is now - ``get_current_schema``, ``activate(schema)``, ``activate_public()``. Any - schema descriptor can still be used as context manager. -- Changed location of tenant model and domain model in settings. - ``TENANT_MODEL`` and ``DOMAIN_MODEL`` keys are now under ``TENANTS["default"]`` - instead of ``TENANTS["public"]``. This is required for future - static-tenant-only configurations. -- Module ``cache`` renamed to ``contrib.cache``. -- Module ``contrib.channels`` renamed to ``contrib.channels2``. -- Added module ``contrib.channels3``. -- Management command option ``--executor {sequential, parallel}`` renamed to - ``--parallel``. -- All signals renamed. Added ``schema_activate`` signal. - Contributing ------------