Commit 86ea969e by Craig de Stigter

fix ticket link in test docstring

parent 7c3769f0
...@@ -292,7 +292,7 @@ class ForeignKeyNestedSerializerUpdateTests(TestCase): ...@@ -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',
......
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