Django-cid

Latest version: v3.0

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

Scan your dependencies

Page 1 of 3

3.1

++++++++++++++++

- Nothing changed yet.

3.0

++++++++++++++++

**Important:** This release drops compatibility with old, unsupported
versions of Python and Django (see details below). If you still use
those versions, you should pin ``django-cid < 3``.

- Add support of Django 3.2, 4.0, 4.1 and 4.2.

- |backward-incompatible| Drop support of Python 3.7 and prior
versions. Only Python 3.8 and later are supported.

- |backward-incompatible| Drop support of Django 3.0 and prior
versions. Only Django 3.1 and later are supported.

2.4

++++++++++++++++

- Add ``CID_SQL_STATEMENT_TEMPLATE`` setting to customize the position
of the correlation relative to the original SQL statement.
Contributed by Cauê Garcia Polimanti (CaueP).

2.3

++++++++++++++++

- Under Python 3.7 and later, use context variables (with the contextvars module)
instead of a thread-local variable to avoid state bleeding in concurrent code.

2.2

++++++++++++++++

- Add support of Django 3.1.

- Remove support of Python 3.5.

- :strike:`Under Python 3.7 and later, use context variables (with the contextvars module) instead of a thread-local variable to avoid state bleeding in concurrent code.` Version 2.2 had a bug that caused context variables to never be used. Thread-local variables were always used.

2.1

++++++++++++++++

* Add support of Django 3.0
* |backward-incompatible| Drop support of Django 2.1.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.