Commit f3c58028 by Luke Murphy

fix typo in relations docs

parent a568d16a
...@@ -507,7 +507,7 @@ For example, given the following model for a tag, which has a generic relationsh ...@@ -507,7 +507,7 @@ For example, given the following model for a tag, which has a generic relationsh
def __unicode__(self): def __unicode__(self):
return self.tag_name return self.tag_name
And the following two models, which may be have associated tags: And the following two models, which may have associated tags:
class Bookmark(models.Model): class Bookmark(models.Model):
""" """
......
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