diff options
| author | Abhaya Agarwal <abhaya@instascribe.com> | 2015-05-13 02:34:56 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-12 19:37:37 -0400 |
| commit | 290c9d665490d80b0a1b648fb022190d7dc375fc (patch) | |
| tree | 36f312d9666a7620efd50493b07538aed536121e /docs | |
| parent | 3ad1074cf9863796ecb5c34bcb84043110f572d3 (diff) | |
[1.8.x] Fixed #24698, #24712 -- Added ForeignKey.get_db_prep_value()
Fixed crashes with ForeignKey to UUIDField and inheritance with UUIDField
primary keys.
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`). |
