From 290c9d665490d80b0a1b648fb022190d7dc375fc Mon Sep 17 00:00:00 2001 From: Abhaya Agarwal Date: Wed, 13 May 2015 02:34:56 +0530 Subject: [1.8.x] Fixed #24698, #24712 -- Added ForeignKey.get_db_prep_value() Fixed crashes with ForeignKey to UUIDField and inheritance with UUIDField primary keys. --- docs/releases/1.8.2.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt index bf54aeefd4..457dac4034 100644 --- a/docs/releases/1.8.2.txt +++ b/docs/releases/1.8.2.txt @@ -20,3 +20,8 @@ Bugfixes * Fixed incorrect GROUP BY clause generation on MySQL when the query's model has a self-referential foreign key (:ticket:`24748`). + +* Implemented ``ForeignKey.get_db_prep_value()`` so that ``ForeignKey``\s + pointing to :class:`~django.db.models.UUIDField` and inheritance on models + with ``UUIDField`` primary keys work correctly (:ticket:`24698`, + :ticket:`24712`). -- cgit v1.3