Author: jezdez Date: 2011-09-22 08:04:34 -0700 (Thu, 22 Sep 2011) New Revision: 16885
Modified: django/trunk/docs/ref/models/querysets.txt Log: Added versionadded directive for the `bulk_create` Queryset method introduced in r16739. Modified: django/trunk/docs/ref/models/querysets.txt =================================================================== --- django/trunk/docs/ref/models/querysets.txt 2011-09-22 15:04:27 UTC (rev 16884) +++ django/trunk/docs/ref/models/querysets.txt 2011-09-22 15:04:34 UTC (rev 16885) @@ -1163,6 +1163,8 @@ .. 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):: -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.