show password in admin and fix migrations generator

This commit is contained in:
Timur
2025-03-01 17:48:27 +03:00
parent 656735649d
commit c4aecb26b5
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -51,14 +51,6 @@ class CompetitionTask(BaseModel):
blank=True,
null=True,
verbose_name="критерии",
default=lambda: [
{
"name": "CHANGE ME",
"slug": "CHANGE ME",
"max_value": 0,
"min_value": 0,
}
],
)
def clean(self):