mirror of https://gitlab.crans.org/bde/nk20
Merge branch 'fix_typo_in_logs' into 'master'
OTL See merge request bde/nk20!48
This commit is contained in:
commit
1e50c03be5
|
@ -10,7 +10,7 @@ from django.utils.translation import gettext_lazy as _
|
||||||
|
|
||||||
class Changelog(models.Model):
|
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.
|
including creating, editing and deleting models.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue