------------------
- django-auth-ldap now provides experimental Python 3 support. Python 2.5 was
dropped.
To sum up, django-auth-ldap works with Python 2.6, 2.7, 3.3 and 3.4.
Since python-ldap isn't making progress toward Python 3, if you're using
Python 3, you need to install a fork:
.. code-block:: bash
$ pip install git+https://github.com/rbarrois/python-ldap.gitpy3
Thanks to `Aymeric Augustin <https://myks.org/en/>`_ for making this happen.