jazzband / django-fsm-log

Automatic logging for Django FSM
https://django-fsm-log.readthedocs.io/en/latest/
MIT License
242 stars 78 forks source link

Revert "Solve warning coming from django 4.0" #111

Closed ticosax closed 2 years ago

ticosax commented 2 years ago

Reverts gizmag/django-fsm-log#107

this warning, could be solved at project level by configuring the DEFAULT_AUTO_FIELD setting.

blueyed commented 2 years ago

Reverts #107

this warning, could be solved at application level by configuring the DEFAULT_AUTO_FIELD setting.

s/application/project/