Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.
This commit is contained in:
parent
8ddc79a799
commit
1d17bb4f7d
|
@ -1802,7 +1802,7 @@ This has a number of caveats though:
|
||||||
|
|
||||||
Support for using ``bulk_create()`` with proxy models was added.
|
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()``
|
Support for setting primary keys on objects created using ``bulk_create()``
|
||||||
when using PostgreSQL was added.
|
when using PostgreSQL was added.
|
||||||
|
|
Loading…
Reference in New Issue