mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
Thanks Tim Graham for the review.
This commit is contained in:
@@ -11,3 +11,7 @@ Bugfixes
|
||||
|
||||
* Reallowed, following a regression in Django 1.10, ``AuthenticationForm`` to
|
||||
raise the inactive user error when using ``ModelBackend`` (:ticket:`28645`).
|
||||
|
||||
* Added support for ``QuerySet.values()`` and ``values_list()`` for
|
||||
``union()``, ``difference()``, and ``intersection()`` queries
|
||||
(:ticket:`28781`).
|
||||
|
||||
Reference in New Issue
Block a user