mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
This commit is contained in:
committed by
Tim Graham
parent
fb3716b156
commit
ade52ef71f
@@ -19,3 +19,7 @@ Bugfixes
|
||||
|
||||
* Made ``Model.delete(keep_parents=True)`` preserve parent reverse
|
||||
relationships in multi-table inheritance (:ticket:`27407`).
|
||||
|
||||
* Fixed a ``QuerySet.update()`` crash on SQLite when updating a
|
||||
``DateTimeField`` with an ``F()`` expression and a ``timedelta``
|
||||
(:ticket:`27544`).
|
||||
|
||||
Reference in New Issue
Block a user