mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed E127 pep8 warnings.
This commit is contained in:
parent
d599b590eb
commit
6685713869
55 changed files with 362 additions and 338 deletions
|
@ -338,7 +338,7 @@ class ManyToOneTests(TestCase):
|
|||
|
||||
def test_delete(self):
|
||||
self.r.article_set.create(headline="John's second story",
|
||||
pub_date=datetime.date(2005, 7, 29))
|
||||
pub_date=datetime.date(2005, 7, 29))
|
||||
self.r2.article_set.create(headline="Paul's story",
|
||||
pub_date=datetime.date(2006, 1, 17))
|
||||
Article.objects.create(id=None, headline="Third article",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue