soynatan / django-easy-audit

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

Drop support for Django 3.2 #277

Closed mschoettle closed 7 months ago

mschoettle commented 7 months ago

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

Fixes #269