summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Hoos <jhoos@maestrohealth.com>2015-06-05 15:04:24 -0500
committerTim Graham <timograham@gmail.com>2015-06-26 09:15:59 -0400
commit429680146304c44e92ecff655280bc464121f769 (patch)
tree6d341529e1d545f8b5d5c994b72a3fbdc7afa27c /docs
parenta97e50c5e6afe0ce2a8fb2ca27c88e57611b0053 (diff)
[1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.
Backport of a50b66da30320887c23c73927f6b2ab41e0301bf from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index 512d6ff7c7..3511a258a4 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -85,3 +85,7 @@ Bugfixes
* Reallowed non-ASCII values for ``ForeignKey.related_name`` on Python 3 by
fixing the false positive system check (:ticket:`25016`).
+
+* Fixed inline forms that use a parent object that has a ``UUIDField`` primary
+ key and a child object that has an ``AutoField`` primary key
+ (:ticket:`24958`).