Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.

This commit is contained in:
Tim Graham 2016-03-02 15:54:46 -05:00
parent 8ddc79a799
commit 1d17bb4f7d
1 changed files with 1 additions and 1 deletions

View File

@ -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.