Kaydet (Commit) 2a2381a6 authored tarafından Jannis Leidel's avatar Jannis Leidel

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
üst 66dc22c2
......@@ -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)::
......
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 to comment