Fixed: ugettext has been deprecated

Fixed: Deprecatios for Django 4.0
Changed: path instead of url_path
Added: fiaxateranking command
This commit is contained in:
2023-07-20 22:56:13 +02:00
parent fbfabb982f
commit ef00fc25f7
32 changed files with 266 additions and 252 deletions

View File

@@ -216,7 +216,7 @@ class Page(models.Model):
blank=True,
null=True,
related_name='subpages',
on_delete=models.SET_NULL
on_delete=models.CASCADE
)
position = models.PositiveSmallIntegerField(
blank=True,