1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-28 17:09:59 +03:00

fix ticket link in test docstring

This commit is contained in:
Craig de Stigter 2013-10-11 15:50:07 +13:00
parent 7c3769f04b
commit 86ea969e11

View File

@ -292,7 +292,7 @@ class ForeignKeyNestedSerializerUpdateTests(TestCase):
""" """
Check that we can both *create* and *update* into objects across Check that we can both *create* and *update* into objects across
ForeignKeys that have a `source` specified. ForeignKeys that have a `source` specified.
Regression test for #<ticket> Regression test for #1170
""" """
data = { data = {
'name': 'Discovery', 'name': 'Discovery',