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

Should we change the group to charfield and change message to TextField? #15

Closed ramwin closed 6 months ago

ramwin commented 9 months ago

Using a charfield enables you to manualy set the group_id to a meanful string.
Using a TextField can allow you to save more characters.

bartTC commented 6 months ago

Merged in, released in v1.4. Thank you!