You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would probably be good to enforce that a revision is created for every change to the database (e.g. to prevent forgetting create_revision somewhere).
The best way for this is probably a pre-save hook that tests whether a revision is active. Might be nice if django-reversion would offer this builtin, but that might need some more convincing, see: etianen/django-reversion#829
The text was updated successfully, but these errors were encountered:
It would probably be good to enforce that a revision is created for every change to the database (e.g. to prevent forgetting
create_revision
somewhere).The best way for this is probably a pre-save hook that tests whether a revision is active. Might be nice if django-reversion would offer this builtin, but that might need some more convincing, see: etianen/django-reversion#829
The text was updated successfully, but these errors were encountered: