mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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.
This commit is contained in:
parent
2ed2db2ea3
commit
bc7d201bdb
3 changed files with 63 additions and 6 deletions
|
@ -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`).
|
Loading…
Add table
Add a link
Reference in a new issue