Python formatting
This commit is contained in:
parent
1707bba8a8
commit
320dfd1a59
2 changed files with 4 additions and 3 deletions
|
@ -60,6 +60,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
|
|||
|
||||
class Meta:
|
||||
""" default sorting """
|
||||
|
||||
ordering = ("-published_date",)
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue