.
This commit is contained in:
@@ -875,6 +875,8 @@ class SeriesDetail(models.Model):
|
||||
|
||||
sort_order = models.IntegerField(default=1000)
|
||||
|
||||
feedback = models.BooleanField(default=False, help_text="Set to true if the series should only be shown for feedback purposes.")
|
||||
|
||||
class Meta:
|
||||
ordering = ("sort_order",)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user