Skip to content

v2.4.0

Latest

Choose a tag to compare

@nampereira nampereira released this 09 May 19:43
317cac6

2.4.0 (2026-05-09)

Features

  • profile: add permissions list table merge sorting/filter (c7c888b)
  • profile: include persist object counts in lists, add breadcrumbs for all pages (49ae5ee)

Bug Fixes

  • account: add namespace validation and fix tuple check in forms.py (faec37f)
  • account: fix API schema and add persist counts (035bc53)
  • account: fix permission check bugs and cleanup in utils.py (d59e5e0)
  • account: modernize models.py (f5c8da9)
  • account: use absolute {% url %} for form actions in templates (ba1c196)
  • auth: replace deprecated datetime.utcnow() with timezone-aware variant (a186f19)
  • deps: revert django-crispy-forms to 2.5.0 to fix django 4.2 compat (1de838f)
  • profile: restore missing messages templates to list view pages (178e19c)
  • profile: shorten perms date sorting, use local libs, fixes (77bd616)

Documentation

  • include code style/messaging guides (1a6f5f6)
  • modernize contributing for agents (2458823)