Commit 1d17bb4f authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 8ddc79a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.