mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
This commit is contained in:
parent
9290f15bb5
commit
adab280cef
5 changed files with 39 additions and 11 deletions
|
@ -25,3 +25,6 @@ Bugfixes
|
|||
* Corrected ``Field.has_changed()`` to return ``False`` for disabled form
|
||||
fields: ``BooleanField``, ``MultipleChoiceField``, ``MultiValueField``,
|
||||
``FileField``, ``ModelChoiceField``, and ``ModelMultipleChoiceField``.
|
||||
|
||||
* Fixed ``QuerySet.count()`` for ``union()``, ``difference()``, and
|
||||
``intersection()`` queries. (:ticket:`28399`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue