mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-06 09:46:51 +02:00
Fix spelling
This commit is contained in:
parent
abdd750e2a
commit
fb898af207
@ -133,7 +133,7 @@ class __Query__:
|
|||||||
n[null_key] = null_filters[null_key]
|
n[null_key] = null_filters[null_key]
|
||||||
q_args.append((Q(**v) | Q(**n)))
|
q_args.append((Q(**v) | Q(**n)))
|
||||||
del value_filters[matched_key]
|
del value_filters[matched_key]
|
||||||
# Now remove the matched mull keys
|
# Now remove the matched null keys
|
||||||
for null_key in matched_null_keys:
|
for null_key in matched_null_keys:
|
||||||
del null_filters[null_key]
|
del null_filters[null_key]
|
||||||
queryset = queryset.filter(
|
queryset = queryset.filter(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user