1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24751 -- Fixed HStoreField isnull lookup.

This commit is contained in:
Tim Graham
2015-05-13 09:52:19 -04:00
parent 81d4ce4a6d
commit 3c8fe5dddf
3 changed files with 14 additions and 1 deletions

View File

@@ -25,3 +25,5 @@ Bugfixes
pointing to :class:`~django.db.models.UUIDField` and inheritance on models
with ``UUIDField`` primary keys work correctly (:ticket:`24698`,
:ticket:`24712`).
* Fixed ``isnull`` lookup for ``HStoreField`` (:ticket:`24751`).