Added versionadded directive for the `bulk_create` Queryset method introduced in r16739.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-09-22 15:04:34 +00:00
parent 66dc22c2d9
commit 2a2381a682
1 changed files with 2 additions and 0 deletions

View File

@ -1163,6 +1163,8 @@ bulk_create
.. method:: bulk_create(objs)
.. versionadded:: 1.4
This method inserts the provided list of objects into the database in an
efficient manner (generally only 1 query, no matter how many objects there
are)::