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

Does not work with Django version 5 or higher #275

Closed klajdicaushi closed 7 months ago

klajdicaushi commented 7 months ago

If the project uses Django 5 or higher, when trying to install the library, an error is raised, indicating that the library requests django <5.0. Is there any particular reason that Django 5 is not supported or perhaps the dependencies should simply be updated?

mschoettle commented 7 months ago

This has been fixed already in #265. Unfortunately it’s not released yet. However, there is an alpha release which contains the fix: https://github.com/soynatan/django-easy-audit/releases/tag/v1.3.6.a2

@jheld may be able to tell when this will be fully released

jheld commented 7 months ago

Just cut the 1.3.6 release, thank you all!

klajdicaushi commented 7 months ago

That's great, thank you both for the quick feedback!