mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31403 -- Added support for returning fields from INSERT statements on MariaDB 10.5+.
This commit is contained in:
committed by
Mariusz Felisiak
parent
c06d7c9239
commit
93ed71e058
@@ -344,6 +344,9 @@ Models
|
||||
* The new :class:`~django.db.models.F` expression ``bitxor()`` method allows
|
||||
:ref:`bitwise XOR operation <using-f-expressions-in-filters>`.
|
||||
|
||||
* :meth:`.QuerySet.bulk_create` now sets the primary key on objects when using
|
||||
MariaDB 10.5+.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user