aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/models.py
diff options
context:
space:
mode:
authorTom Christie2013-07-05 08:55:24 +0100
committerTom Christie2013-07-05 08:55:24 +0100
commit676ab4971ceef4186747df8a0a45e4ff0c7eb80c (patch)
treee56c7a0c8d8356203860332b852a47b62c264f0d /rest_framework/tests/models.py
parent99794773cf6b865b5b860b35db31dea92968c605 (diff)
parent7d43f41e4aa50c4258ec1d7b63dd62a01440fa9d (diff)
downloaddjango-rest-framework-676ab4971ceef4186747df8a0a45e4ff0c7eb80c.tar.bz2
Merge branch 'remove-hold-down-control-messages' of git://github.com/rouge8/django-rest-framework into rouge8-remove-hold-down-control-messages
Diffstat (limited to 'rest_framework/tests/models.py')
-rw-r--r--rest_framework/tests/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/models.py b/rest_framework/tests/models.py
index e2d4eacd..1598ecd9 100644
--- a/rest_framework/tests/models.py
+++ b/rest_framework/tests/models.py
@@ -52,7 +52,7 @@ class CallableDefaultValueModel(RESTFrameworkModel):
class ManyToManyModel(RESTFrameworkModel):
- rel = models.ManyToManyField(Anchor)
+ rel = models.ManyToManyField(Anchor, help_text='Some help text.')
class ReadOnlyManyToManyModel(RESTFrameworkModel):