bartTC / django-eventlog

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.
https://barttc.github.io/django-eventlog/
MIT License
32 stars 5 forks source link

add default_auto_field #18

Closed mattburlage closed 8 months ago

mattburlage commented 8 months ago

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