gabrielfalcao / lettuce

Behavior-driven-development tool for python, inspired by Cucumber for Ruby ⛺
http://lettuce.it
GNU General Public License v3.0
1.27k stars 323 forks source link

Django10 #533

Closed paulj3000 closed 8 years ago

paulj3000 commented 8 years ago

Django 10 removed BaseCommand.option_list and now Lettuce will not work. I made a quick fix in harvest.py to accommodate Django 10. This may not be the prettiest, but now Lettuce is working.