mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
Fixed #21298 -- Fixed E301 pep8 warnings
This commit is contained in:
parent
317040a73b
commit
c3aa2948c6
83 changed files with 180 additions and 2 deletions
|
|
@ -86,6 +86,7 @@ class SelfRefChild(SelfRefParent):
|
|||
class Article(models.Model):
|
||||
headline = models.CharField(max_length=100)
|
||||
pub_date = models.DateTimeField()
|
||||
|
||||
class Meta:
|
||||
ordering = ('-pub_date', 'headline')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue