Python formatting

This commit is contained in:
Mouse Reeve
2021-03-24 08:39:37 -07:00
parent 1707bba8a8
commit 320dfd1a59
2 changed files with 4 additions and 3 deletions

View File

@ -60,6 +60,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
class Meta:
""" default sorting """
ordering = ("-published_date",)
def save(self, *args, **kwargs):