diff options
| author | Simon Charette <charette.s@gmail.com> | 2016-01-09 18:05:57 -0500 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-01-11 14:08:50 -0500 |
| commit | 27ef6403c8b9f332feb1f9fe52053ded0b91da85 (patch) | |
| tree | 84749120ce9da4be7d83b9c66df2641b4bb0db72 /docs | |
| parent | 76b4015ea9b02fdbc3acebe71ed79bcc902697da (diff) | |
[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.
Thanks to Karl Hobley for the report and Markus, Shai, Aymeric for their input
and Tim for the review.
Backport of bc7d201bdbaeac14a49f51a9ef292d6312b4c45e from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.2.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index d7857052ad..e68a1b5cf9 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -30,3 +30,8 @@ Bugfixes ``db_index=True`` or ``unique=True`` to a ``CharField`` or ``TextField`` that already had the other specified, or when removing one of them from a field that had both (:ticket:`26034`). + +* Fixed a regression where defining a relation on an abstract model's field + using a string model name without an app_label no longer resolved that + reference to the abstract model's app if using that model in another + application (:ticket`25858`).
\ No newline at end of file |
