django-eventlog is a very simple event logger you can use to track certain actions in your code. Events are stored in a Django model and can be viewed in the Django Admin.
This PR addressed Django's change in 3.2 from AutoField to BigAutoField. With this set, no additional migration will be created regardless of Django version.
This PR addressed Django's change in 3.2 from AutoField to BigAutoField. With this set, no additional migration will be created regardless of Django version.
https://github.com/bartTC/django-eventlog/issues/11