You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm logging this for myself, but if anyone wants to tackle it if I don't get around to it... great. It's time to upgrade to support the later versions of Django I think.
tests/core/test_bungiesearch.py:22: RemovedInDjango110Warning: OptionParser usage for Django management commands is deprecated, use ArgumentParser instead
call_command('search_index', action='create')
The text was updated successfully, but these errors were encountered:
I'm logging this for myself, but if anyone wants to tackle it if I don't get around to it... great. It's time to upgrade to support the later versions of Django I think.
tests/core/test_bungiesearch.py:22: RemovedInDjango110Warning: OptionParser usage for Django management commands is deprecated, use ArgumentParser instead
call_command('search_index', action='create')
The text was updated successfully, but these errors were encountered: