* refactor: avoid using select2 data-* attrs on html elements Using "data-ajax--url" shadows explicit configuration in our select2.js wrapper. Use "data-select2-ajax-url" to avoid this. Also add ability to omit the ajax setup entirely by returning None from ajax_url(). * chore: hook up a flag to disable ajax for SearchablePersonsField * refactor: send select2 prefetch data as array and allow config of min input length * feat: only offer IAB/IESG members for bofreq responsible leadership * test: area directors/IAB members should be options for bofreq responsible leaders * test: update tests to match changes to SearchableField * fix: clean up SearchablePersonsField breakage when searching by email address * chore: finish incomplete comment |
||
---|---|---|
.. | ||
management | ||
migrations | ||
templatetags | ||
__init__.py | ||
admin.py | ||
ajax.py | ||
factories.py | ||
fields.py | ||
forms.py | ||
models.py | ||
name.py | ||
resources.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |