mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Added release notes for refs #24844.
This commit is contained in:
parent
801a84ae32
commit
f4cb350c79
1 changed files with 3 additions and 1 deletions
|
@ -15,5 +15,7 @@ Bugfixes
|
|||
* Fixed crash during :djadmin:`makemigrations` if a migrations module either
|
||||
is missing ``__init__.py`` or is a file (:ticket:`24848`).
|
||||
|
||||
* Fixed ``exists()`` returning incorrect results after annotation with
|
||||
* Fixed ``QuerySet.exists()`` returning incorrect results after annotation with
|
||||
``Count()`` (:ticket:`24835`).
|
||||
|
||||
* Corrected ``HStoreField.has_changed()`` (:ticket:`24844`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue