diff options
| author | Adam Johnson <me@adamj.eu> | 2020-01-20 10:32:31 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-10 08:36:50 +0100 |
| commit | 382af9b14113aaa8821da404933c12053bb394fd (patch) | |
| tree | c9413df2f90324cfc9a8399c6aeaf600f327e253 /docs | |
| parent | 7e8339748cc199b4a13513891d9ac4f1e4794588 (diff) | |
Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index ba20c7516a..38192d4fa6 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2100,6 +2100,8 @@ that fail constraints such as duplicate unique values. Enabling this parameter disables setting the primary key on each model instance (if the database normally supports it). +Returns ``objs`` as cast to a list, in the same order as provided. + ``bulk_update()`` ~~~~~~~~~~~~~~~~~ |
