diff options
| author | Anssi Kääriäinen <akaariai@gmail.com> | 2014-11-20 16:25:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-20 16:26:25 -0500 |
| commit | d8f00e1918ce4df76920f3d79bc8d805fa69e29e (patch) | |
| tree | 56c4549f174d8f2fb2b519a5da2e355f10685fad /tests/basic | |
| parent | 4c709cc0ef0daa2b527e056865f51796fb0d42f3 (diff) | |
Added a comment for test of refs #20278.
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/basic/models.py b/tests/basic/models.py index 5496e6b409..86d0f0c4e4 100644 --- a/tests/basic/models.py +++ b/tests/basic/models.py @@ -32,4 +32,6 @@ class SelfRef(models.Model): related_name='+') def __str__(self): + # This method intentionally doesn't work for all cases - part + # of the test for ticket #20278 return SelfRef.objects.get(selfref=self).pk |
