mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] PEP8 cleanup
Backport of f8df55050c from master
This commit is contained in:
parent
72419ca8da
commit
f8a2a5604b
@ -254,7 +254,7 @@ class GenericRelationTests(TestCase):
|
||||
def test_ticket_22998(self):
|
||||
related = Related.objects.create()
|
||||
content = Content.objects.create(related_obj=related)
|
||||
node = Node.objects.create(content=content)
|
||||
Node.objects.create(content=content)
|
||||
|
||||
# deleting the Related cascades to the Content cascades to the Node,
|
||||
# where the pre_delete signal should fire and prevent deletion.
|
||||
|
Loading…
x
Reference in New Issue
Block a user