Closed moemen closed 7 years ago
Thanks for the PR. Can you just update the .travis.yml
file and remove lines 9 and 10 (cf. https://github.com/ChristopherRabotin/bungiesearch/blob/master/.travis.yml#L9 )? That should completely remove support for Django 1.7 and make the tests pass.
Thank you @ChristopherRabotin .
I'll do this ASAP.
@moemen Any update on this PR? It seems like other users of bungiesearch would like this too. If you don't have the time to finish that up, I can have a look.
Sorry @ChristopherRabotin for being late. I'll finish your comments and push today.
Looks good. Thanks a lot @moemen !
This issue was reported in #152 .
BaseCommand.option_list is dupricated since Django 1.8 and we should use add_arguments instead.
Django 1.7 is no longer supported, so we can drop support for it safely. But if you want to keep supporting it, I can find some way to do it.
Thank you.