mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26186 -- Documented how app relative relationships of abstract models behave.
This partially reverts commit bc7d201bdb.
Thanks Tim for the review.
Refs #25858.
This commit is contained in:
@@ -52,3 +52,7 @@ Bugfixes
|
||||
|
||||
* Prevented ``ContentTypeManager`` instances from sharing their cache
|
||||
(:ticket:`26286`).
|
||||
|
||||
* Reverted a change in Django 1.9.2 (:ticket:`25858`) that prevented relative
|
||||
lazy relationships defined on abstract models to be resolved according to
|
||||
their concrete model's ``app_label`` (:ticket:`26186`).
|
||||
|
||||
Reference in New Issue
Block a user