From 429680146304c44e92ecff655280bc464121f769 Mon Sep 17 00:00:00 2001 From: Jason Hoos Date: Fri, 5 Jun 2015 15:04:24 -0500 Subject: [1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children. Backport of a50b66da30320887c23c73927f6b2ab41e0301bf from master --- docs/releases/1.8.3.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3