1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00
This commit is contained in:
Maxime Bombar 2020-03-08 23:17:55 +01:00
parent 8cbf56b5a6
commit b7fc598837

View File

@ -10,7 +10,7 @@ from django.utils.translation import gettext_lazy as _
class Changelog(models.Model):
"""
Store each modification on the database (except sessions and logging),
Store each modification in the database (except sessions and logging),
including creating, editing and deleting models.
"""