Skip to content

Commit f79e433

Browse files
committed
isnull
1 parent 3d6d348 commit f79e433

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin_adv_search_builder/templates/filters/custom_search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3 id="ldap_search" style="">LDAP {% trans "Search" %}</h3>
114114
<option value="endswith">endswith</option>
115115
<option value="gte">gte</option>
116116
<option value="lte">lte</option>
117-
<option value="is_null">is_null</option>
117+
<option value="isnull">isnull</option>
118118
</select>
119119

120120
<select name="cs_action_0" class="cs_action" style="margin-right: 13px;">

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version='0.2.0',
1818
packages=find_packages(),
1919
include_package_data=True,
20-
license='BSD License',
20+
license='Apache Software License',
2121
description="Django Admin Search Builder",
2222
long_description=README,
2323
long_description_content_type='text/markdown',
@@ -30,7 +30,7 @@
3030
'Framework :: Django :: 2.0',
3131
'Framework :: Django :: 3.0',
3232
'Intended Audience :: Developers',
33-
'License :: OSI Approved :: Apache',
33+
'License :: OSI Approved :: Apache Software License',
3434
'Operating System :: OS Independent',
3535
'Programming Language :: Python',
3636
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)