soynatan / django-easy-audit

Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
719 stars 178 forks source link

Drop support for Django 3.2 #277

Closed mschoettle closed 6 months ago

mschoettle commented 6 months ago

Changes minimum supported version to Django 4.2 in preparation of LTS for Django 3.2 ending in April.

Fixes #269