diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.2.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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`). |
