diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-20 10:31:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-21 11:30:18 -0500 |
| commit | 8727dc8e951d0c3f4afc9cc2a5159fb651e5535c (patch) | |
| tree | 5ef793a177b7c92866525e931d53f8590ef6f55a /docs | |
| parent | 0adbac49439d105098d1cd3d4a01bf366cf32ec4 (diff) | |
[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
Backport of 54e2e688e1cfbdb37dfa5dd3b3ffdf2af12b4423 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt index acc82f1581..8ffae59b21 100644 --- a/docs/releases/1.8.7.txt +++ b/docs/releases/1.8.7.txt @@ -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`). |
