ChristopherRabotin / bungiesearch

UNMAINTAINED CODE -- Elasticsearch-dsl-py django wrapper with mapping generator
BSD 3-Clause "New" or "Revised" License
67 stars 20 forks source link

Upgrade option parser for django management commands #152

Open NullSoldier opened 8 years ago

NullSoldier commented 8 years ago

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')

ChristopherRabotin commented 8 years ago

Just checking whether this is still relevant?