etianen / django-reversion

django-reversion is an extension to the Django web framework that provides version control for model instances.
https://django-reversion.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.04k stars 489 forks source link

fix(_safe_revert): Missing f-string #927

Closed tony closed 2 years ago

tony commented 2 years ago

9295e00 was missed, fix for #921's new message

etianen commented 2 years ago

Nice spot