mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed in master byb68212f539
. Forwardport of290c9d6654
from stable/1.8.x
This commit is contained in:
parent
f7b2978158
commit
7c7b855106
3 changed files with 19 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue