Reformat bakerydemo/base/models.py

pull/489/head
Thibaud Colas 2024-05-30 12:08:06 +01:00
rodzic 7cbb0ec053
commit cd572f58a8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -524,7 +524,7 @@ class UserApprovalTask(Task):
"""
Based on https://docs.wagtail.org/en/stable/extending/custom_tasks.html.
"""
user = models.ForeignKey(
settings.AUTH_USER_MODEL, on_delete=models.SET_NULL, null=True, blank=False
)