Django-ldapdb

Latest version: v1.5.1

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

Scan your dependencies

Page 2 of 3

1.1.0

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

*New:*

* Switch back to ``python-ldap`` instead of ``pyldap``. Users updating a virtualenv must
uninstall ``pyldap`` **before** installing ``python-ldap``:

.. code-block:: sh

pip uninstall pyldap
pip install python-ldap

* Add ``DateTimeField`` and ``TimestampField``, with proper lookups.

1.0.0

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

*New:*

* Add support for Django 2.0

*Deprecation:*

* Drop support for Django <1.11 (we only support the latest Django version,
and the Django LTS preceding that version).

0.9.0

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

*Bugfix:*

* Restore support for raw LDAP options

*New:*

* Add support for Django 1.11

*Deprecation:*

* Drop support for Django 1.9 (we only support 2 LTS and 2 latest releases)

0.8.0

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

*Bufix:*

* Improve Django 1.10 support: fix errors with ``makemigrations``

*New:*

* Add query timeout support, through the ``QUERY_TIMEOUT`` setting
* Handle paginated results, tunable by the ``PAGE_SIZE`` setting

0.7.0

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

*New:*

* Add support for Django ≥ 1.10
* Allow ``__in`` lookups for int/float fields

*Bugfix:*

* Remove all remaining warnings

*Deprecation:*

* Drop support for Django < 1.8

0.6.0

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

*Bugfix:*

* Implement connection recycling according to Django defaults

*Deprecation:*

* Remove support code for Django < 1.7

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.