f036f58027
- update to 5.3.0: * Add support for Python 3.14 * Add support for Django 6.0 * Drop support for Python 3.9 * Drop support for Django 5.1 - update to 5.2.0: * Filter empty Django group names when mirroring groups * Increase log level from debug to info when creating/populating a user * Breaking changes: - convert to singlespec
Dirk Mueller2026-01-22 09:32:50 +00:00
ec640131ca
- Update to 5.1.0: * Allow importing the backend without loading apps by @francoisfreitag in #382 (Closes#380) * Drop support for EOL Python 3.8 by @francoisfreitag in #383 - 5.0.0: * Breaking changes: An LDAPError during an LDAP search operation would cause the library to assume an empty result set.
Daniel Garcia2025-02-24 12:15:21 +00:00
509cdc695e
Accepting request 1188344 from devel:languages:python:django
Ana Guerrero2024-07-19 13:27:28 +00:00
7e062b7928
Accepting request 1188341 from home:mcalabkova:branches:devel:languages:python:django
Markéta Machová2024-07-18 08:01:52 +00:00
1e5743ac93
Accepting request 1185293 from devel:languages:python:django
Ana Guerrero2024-07-04 14:27:12 +00:00
d3dea9704d
Accepting request 1185137 from home:mcalabkova:branches:devel:languages:python
Dirk Mueller2024-07-04 07:06:56 +00:00
aa5ef7c188
- Update to 2.1.0: - Reject authentication requests without a username. - Added support for Django 3.0 and Python 3.8. - Removed support for Django end of life Django 2.1.
Tomáš Chvátal
2020-01-07 09:59:15 +00:00
86527d8f40
Accepting request 731233 from devel:languages:python:django
Yuchen Lin2019-09-17 11:38:35 +00:00
14448d46cd
- Update to 2.0.0: - Removed support for Python 2 and 3.4. - Removed support for end of life Django 2.0. - Added support for Django 2.2. - Add testing and support for Python 3.7 with Django 1.11 and 2.1. - When :setting:AUTH_LDAP_SERVER_URI is set to a callable, it is now passed a positional `request argument. Support for no arguments will continue for backwards compatibility but will be removed in a future version. - Added new :setting:AUTH_LDAP_NO_NEW_USERS` to prevent the creation of new users during authentication. Any users not already in the Django user database will not be able to login.
Tomáš Chvátal
2019-09-16 10:05:07 +00:00
22f8463d11
- Version update to 1.7.0: * Support for Django 2.1, oldest supported is 1.11 * Support for python 3.7 * Many of bugfixes see CHANGES file
Tomáš Chvátal
2018-08-14 07:08:52 +00:00