Commit 8bf86f23 by Kenny Rachuonyo

Update api.txt

Minor fix, 'slugs' is a method bound to TaggableManager
parent 0ea34a4c
......@@ -67,7 +67,7 @@ playing around with the API.
Convenience method, returning a ``ValuesListQuerySet`` (basically
just an iterable) containing the slug of each tag as a string::
>>> apple.slugs.names()
>>> apple.tags.slugs()
[u'green-and-juicy', u'red']
Filtering
......
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