Django-read-only

Latest version: v1.19.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.13.0

-------------------

* Support Python 3.12.

1.12.0

-------------------

* Support Django 4.2.

1.11.0

-------------------

* Add IPython extension, allowing you to use line magic to change read-only mode with less typing:

.. code-block:: ipython

In [1]: %read_only off
Write queries enabled.

1.10.1

-------------------

* Fix a bug where threads creating connections with ``execute_wrapper()`` would incorrectly have django-read-only’s instrumentation removed on exit of ``execute_wrapper()``, instead of their own.

Thanks to Christian Bundy for the report in `Issue 180 <https://github.com/adamchainz/django-read-only/issues/180>`__.

1.10.0

-------------------

* Allow read-only-looking queries that start with space, newline, or “(”.
The later allows ``QuerySet.union()`` and related methods to work.

Thanks to Kevin Marsh for the report in `Issue 166 <https://github.com/adamchainz/django-read-only/issues/166>`__.

1.9.0

------------------

* Support Python 3.11.

* Support Django 4.1.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.