mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
This commit is contained in:
parent
f36862b69c
commit
ca6c5e5fc2
4 changed files with 13 additions and 4 deletions
|
@ -230,6 +230,9 @@ Models
|
|||
* :class:`FilteredRelation() <django.db.models.FilteredRelation>` now supports
|
||||
nested relations.
|
||||
|
||||
* The ``of`` argument of :meth:`.QuerySet.select_for_update()` is now allowed
|
||||
on MySQL 8.0.1+.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue