mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display
Forwardport of 2456276b02
from stable/1.8.x
This commit is contained in:
parent
80ad5472ce
commit
ad0f0daf8c
5 changed files with 17 additions and 5 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue