Loading docs/releases/1.4.txt +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ For more details, see the documentation for This method allows for more efficient creation of multiple objects in the ORM. It can provide significant performance increases if you have many objects, Django makes use of this internally, meaning some operations (such as database setup for test suites) has seen a performance benefit as a result. setup for test suites) have seen a performance benefit as a result. See the :meth:`~django.db.models.query.QuerySet.bulk_create` docs for more information. Loading Loading
docs/releases/1.4.txt +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ For more details, see the documentation for This method allows for more efficient creation of multiple objects in the ORM. It can provide significant performance increases if you have many objects, Django makes use of this internally, meaning some operations (such as database setup for test suites) has seen a performance benefit as a result. setup for test suites) have seen a performance benefit as a result. See the :meth:`~django.db.models.query.QuerySet.bulk_create` docs for more information. Loading