1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #24624 -- Replaced obsoleted rel.opts in admindocs view

Thanks Scott Sanders for the report, and Markus Holtermann and
Tim Graham for the reviews. Refs #24381.
This commit is contained in:
Claude Paroz
2015-04-11 11:07:13 +02:00
parent a7bc00e17b
commit 4e7ed8d0d3
3 changed files with 20 additions and 2 deletions

View File

@@ -31,3 +31,7 @@ Bugfixes
* Fixed a crash with ``QuerySet.update()`` on foreign keys to one-to-one fields
(:ticket:`24578`).
* Fixed a regression in the model detail view of
:mod:`~django.contrib.admindocs` when a model has a reverse foreign key
relation (:ticket:`24624`).