diff --git a/scenario/content/locale/fr/LC_MESSAGES/django.mo b/scenario/content/locale/fr/LC_MESSAGES/django.mo index 8cd44fe..f582ec5 100644 Binary files a/scenario/content/locale/fr/LC_MESSAGES/django.mo and b/scenario/content/locale/fr/LC_MESSAGES/django.mo differ diff --git a/scenario/content/locale/fr/LC_MESSAGES/django.po b/scenario/content/locale/fr/LC_MESSAGES/django.po index c52dcf4..e2f2e48 100644 --- a/scenario/content/locale/fr/LC_MESSAGES/django.po +++ b/scenario/content/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-08-19 22:58+0200\n" +"POT-Creation-Date: 2024-02-03 21:38+0100\n" "PO-Revision-Date: 2023-08-18 05:14+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,12 +18,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 3.3.2\n" -#: models/entry.py:24 +#: scenario/content/models/entry.py:24 msgctxt "content" msgid "entry" msgstr "entrée" -#: models/entry.py:25 +#: scenario/content/models/entry.py:25 msgctxt "content" msgid "entries" msgstr "entrées" diff --git a/scenario/content/models/entry.py b/scenario/content/models/entry.py index 4a022a7..d56494c 100644 --- a/scenario/content/models/entry.py +++ b/scenario/content/models/entry.py @@ -38,6 +38,7 @@ class EntryApproval(Sandbox, metaclass=SandboxMeta): auto_approve_staff = False auto_approve_new = False auto_approve_by_request = False + delete_on_approval = False def _get_authors(self) -> Iterable: return [self.source.user]