mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-27 20:43:46 +03:00
Merge pull request #3960 from lwm/fix-typo-relations
Fix typo in relations docs
This commit is contained in:
commit
450c76472b
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user