File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
admin_adv_search_builder/templates/filters Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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; ">
Original file line number Diff line number Diff line change 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' ,
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' ,
You can’t perform that action at this time.
0 commit comments