Extends the Django version constraints to support 4.x
Adds a feat flag to enable author view in the studio for rapid response
fixes a bug when publishing the rapid response xblock when drafted
How should this be manually tested?
Check the functionality of the newly added feat flag ENABLE_RAPID_RESPONSE_AUTHOR_VIEW (Check the readme for prereqs)
Check the readme for correctness
Check the functionality of toggling the feat flag from outline and unit settings and it should work
Check that installing this xBlock doesn't collide or downgrade Django 4.x to 3.x in edX
Check that nothing else breaks and you don't see any warnings regarding the Django version since we've shifted to the major Django version (3.x - > 4.x)
What are the relevant tickets?
https://github.com/mitodl/rapid-response-xblock/issues/143 and other changes
What's this PR do?
How should this be manually tested?
ENABLE_RAPID_RESPONSE_AUTHOR_VIEW
(Check the readme for prereqs)3.x
- >4.x
)NOTE: The failing tests is a known issue and should be fixed as part of https://github.com/mitodl/rapid-response-xblock/issues/142