1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #32501 -- Added support for returning fields from INSERT statements on SQLite 3.35+.

This commit is contained in:
girishsontakke
2021-04-06 21:50:31 +05:30
committed by Mariusz Felisiak
parent 3f2920ae1d
commit 98abc0c90e
4 changed files with 34 additions and 1 deletions

View File

@@ -230,6 +230,9 @@ Models
:class:`Round() <django.db.models.functions.Round>` database function allows
specifying the number of decimal places after rounding.
* :meth:`.QuerySet.bulk_create` now sets the primary key on objects when using
SQLite 3.35+.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~