diff options
| author | Jason Hoos <jhoos@maestrohealth.com> | 2015-06-05 15:04:24 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-26 09:09:09 -0400 |
| commit | a50b66da30320887c23c73927f6b2ab41e0301bf (patch) | |
| tree | cae84894d198c429c382bf3a8f79fb855f00b9f1 /docs | |
| parent | 0cc39e50e136780fcdb5931502980655fff2d488 (diff) | |
Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 4 |
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`). |
