Commit e5591cd4 by Alex Gaynor

Fix an error in the readme.

parent 74ac1e04
......@@ -21,6 +21,7 @@ Then you can use the API like so:
>>> apple.tags.all()
[<Tag: red>, <Tag: green>, <Tag: delicious>]
>>> apple.tags.remove("green")
>>> apple.tags.all()
[<Tag: red>, <Tag: delicious>]
>>> Food.objects.filter(tags__in=["red"])
[<Food: apple>, <Food: cherry>]
......
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 sign in to comment