mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
Backport of 54e2e688e1
from master
This commit is contained in:
parent
0adbac4943
commit
8727dc8e95
4 changed files with 16 additions and 1 deletions
|
@ -36,3 +36,6 @@ Bugfixes
|
|||
:class:`~django.contrib.postgres.fields.DateTimeRangeField` (:ticket:`24937`).
|
||||
|
||||
* Fixed the exact lookup of ``ArrayField`` (:ticket:`25666`).
|
||||
|
||||
* Fixed ``Model.refresh_from_db()`` updating of ``ForeignKey`` fields with
|
||||
``on_delete=models.SET_NULL`` (:ticket:`25715`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue