Skip to content

Commit

Permalink
Added versionadded directive for the bulk_create Queryset method in…
Browse files Browse the repository at this point in the history
…troduced in r16739.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Sep 22, 2011
1 parent 66dc22c commit 2a2381a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ref/models/querysets.txt
Expand Up @@ -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)::
Expand Down

0 comments on commit 2a2381a

Please sign in to comment.