Skip to content

Releases: dracador/django-ldapdb2

Release v0.2.0

29 Dec 18:03

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

Release v0.1.1

28 Dec 19:20

Choose a tag to compare

What's Changed

  • Add basic support for annotations by @dracador in #23
  • implement handling of all types of .values() and .values_list() queries by @dracador in #24
  • Add support for DateField, DateTimeField and DateTimeField with timezones by @dracador in #25
  • Handle .values/values_list() with annotations - specifically Case with when by @dracador in #26
  • Add support for custom lookup handling by @dracador in #27
  • Fix handling of field defaults and overall member attribute handling by @dracador in #28
  • Run tox with uv by @dracador in #29
  • fix timezone handling for non-UTC environments by @dracador in #31
  • implement PasswordField with SHA*, PBKDF2 and argon2 support by @dracador in #32
  • add release.yml for automatic release management by @dracador in #33

New Contributors

Full Changelog: https://github.com/dracador/django-ldapdb2/commits/v0.1.1