summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-27 11:43:22 -0400
committerTim Graham <timograham@gmail.com>2015-05-28 10:52:50 -0400
commitad0f0daf8c6aa80775d68068a76c5b6d0fff04ec (patch)
tree8879384a693d5e97390beae1e3d3d5868006b3d6 /docs
parent80ad5472ce4b6ba6e94227422d0727371e97cdf0 (diff)
Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display
Forwardport of 2456276b0250c9f21d580ca6c3f3c86345ad6370 from stable/1.8.x
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index 3bc13a2656..860191db1b 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -28,3 +28,6 @@ Bugfixes
* Prevented the loss of ``null``/``not null`` column properties during field
renaming of MySQL databases (:ticket:`24817`).
+
+* Fixed a crash when using a reverse one-to-one relation in
+ ``ModelAdmin.list_display`` (:ticket:`24851`).