-
Notifications
You must be signed in to change notification settings - Fork 132
Update django-waffle to use clintonb's fix for django 1.8+ #706
Update django-waffle to use clintonb's fix for django 1.8+ #706
Conversation
Thanks for the pull request, @pomegranited! It looks like you're a member of a company that does contract work for edX. If you're doing this work as part of a paid contract with edX, you should talk to edX about who will review this pull request. If this work is not part of a paid contract with edX, then you should ensure that there is an OSPR issue to track this work in JIRA, so that we don't lose track of your pull request. |
Codecov Report
@@ Coverage Diff @@
## master #706 +/- ##
=======================================
Coverage 94.85% 94.85%
=======================================
Files 73 73
Lines 5775 5775
Branches 490 490
=======================================
Hits 5478 5478
Misses 219 219
Partials 78 78 Continue to review full report at Codecov.
|
Thanks for the pull request, @pomegranited! I've created OSPR-1826 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will still be done via the GitHub pull request interface. As a reminder, our process documentation is here. If you like, you can add yourself to the AUTHORS file for this repo, though that isn't required. Please see the CONTRIBUTING file for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but someone who actually manages/deploys this application should also sign off.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pomegranited ! This looks good to me too 👍
I'm going to merge this and then make a PR to cherry-pick this change into the ginkgo release branch. |
Ginkgo: Update django-waffle to use clintonb's fix for django 1.8+ (#706)
Uses @clintonb 's
django-waffle==0.21.0
to fix errors when usingwaffle_switch
andwaffle_flag
management commands.JIRA tickets: OSPR
Discussions: cf jazzband/django-waffle#244, jsocol/django-waffle@v0.12.0
Partner information: 3rd party hosted
Deployment targets: insights.edx.org, insights.stage.edx.org
Merge deadline:
open-releae/ginkgo.rc1
, if possible cc @nedbatTesting instructions:
AttributeError: type object 'BaseCommand' has no attribute 'option_list'
jill/update-django-waffle
Reviewers