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)
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
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
Bugfix:
- Implement connection recycling according to Django defaults
Deprecation:
- Remove support code for Django < 1.7
New:
- Add direct
dn
lookup (e.gMyModel.objects.get(dn=x)
)
New:
- Add support for Python ≥ 3.4, Django 1.9