Updated docs for v0.4

This commit is contained in:
Harry Marr
2010-10-17 15:40:49 +01:00
parent 36993029ad
commit 6817f3b7ba
7 changed files with 76 additions and 3 deletions

View File

@@ -590,6 +590,7 @@ class QuerySet(object):
def create(self, **kwargs):
"""Create new object. Returns the saved object instance.
.. versionadded:: 0.4
"""
doc = self._document(**kwargs)