mirror of
https://github.com/Hopiu/django.git
synced 2026-04-26 17:54:48 +00:00
Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.
This commit is contained in:
parent
8ddc79a799
commit
1d17bb4f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -1802,7 +1802,7 @@ This has a number of caveats though:
|
|||
|
||||
Support for using ``bulk_create()`` with proxy models was added.
|
||||
|
||||
.. versionchanged:: 1.0
|
||||
.. versionchanged:: 1.10
|
||||
|
||||
Support for setting primary keys on objects created using ``bulk_create()``
|
||||
when using PostgreSQL was added.
|
||||
|
|
|
|||
Loading…
Reference in a new issue