aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_serializer_nested.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/tests/test_serializer_nested.py')
-rw-r--r--rest_framework/tests/test_serializer_nested.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/test_serializer_nested.py b/rest_framework/tests/test_serializer_nested.py
index e454235a..029f8bff 100644
--- a/rest_framework/tests/test_serializer_nested.py
+++ b/rest_framework/tests/test_serializer_nested.py
@@ -292,7 +292,7 @@ class ForeignKeyNestedSerializerUpdateTests(TestCase):
"""
Check that we can both *create* and *update* into objects across
ForeignKeys that have a `source` specified.
- Regression test for #<ticket>
+ Regression test for #1170
"""
data = {
'name': 'Discovery',