mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
parent
9d487ae2a1
commit
994c842bc9
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ class Query(object):
|
|||
if (connections[DEFAULT_DB_ALIAS].features.interprets_empty_strings_as_nulls and
|
||||
lookups[-1] == 'exact' and value == ''):
|
||||
value = True
|
||||
lookups[-1] = ['isnull']
|
||||
lookups[-1] = 'isnull'
|
||||
return value, lookups
|
||||
|
||||
def solve_lookup_type(self, lookup):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue