Skip to content

Commit

Permalink
Added a comment for test of refs #20278.
Browse files Browse the repository at this point in the history
  • Loading branch information
akaariai authored and timgraham committed Nov 20, 2014
1 parent 4c709cc commit d8f00e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/basic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8f00e1

Please sign in to comment.