* 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>`__.