diff options
| author | Matt Johnson <mdj2@pdx.edu> | 2015-07-22 11:54:42 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-23 18:44:58 -0400 |
| commit | 05c7129bf28f243785d5a82701a5ebd865828c28 (patch) | |
| tree | e28b68f93976892039de5da90eb58e823d615af5 /docs | |
| parent | ca13fb021f8f327d6992af4413907bb773e7068e (diff) | |
[1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
Backport of e063ac2fae007a2eecaeab5ce17064c31230ce29 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt index e6606cb37f..81b00c1800 100644 --- a/docs/releases/1.8.4.txt +++ b/docs/releases/1.8.4.txt @@ -14,3 +14,7 @@ Bugfixes * Added a system check warning if the old ``TEMPLATE_*`` settings are defined in addition to the new ``TEMPLATES`` setting. + +* Fixed ``QuerySet.raw()`` so ``InvalidQuery`` is not raised when using the + ``db_column`` name of a ``ForeignKey`` field with ``primary_key=True`` + (:ticket:`12768`). |
