Kaydet (Commit) 806bffcf authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

Fixed #15544 -- Corrected a test failure in the generic views tests that…

Fixed #15544 -- Corrected a test failure in the generic views tests that depended on primary key allocation. Thanks to Łukasz Rekucki for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst d05bb138
......@@ -203,6 +203,7 @@ class UpdateViewTests(TestCase):
def test_update_get_object(self):
a = Author.objects.create(
pk=1,
name='Randall Munroe',
slug='randall-munroe',
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment