mitodl / rapid-response-xblock

a django app plug-in for edx-platform
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

chore: add support for Django3.2 #111

Closed arslanashraf7 closed 2 years ago

arslanashraf7 commented 2 years ago

What are the relevant tickets?

110

What's this PR do?

Adds support for Django3.2

How should this be manually tested?

Where should the reviewer start?

codecov-commenter commented 2 years ago

Codecov Report

Merging #111 (545ae85) into master (041c95c) will decrease coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head 545ae85 differs from pull request most recent head 2d52715. Consider uploading reports for the commit 2d52715 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   91.44%   91.41%   -0.03%     
==========================================
  Files          18       18              
  Lines         631      629       -2     
  Branches       43       41       -2     
==========================================
- Hits          577      575       -2     
  Misses         50       50              
  Partials        4        4              
Impacted Files Coverage Δ
rapid_response_xblock/migrations/0001_initial.py 0.00% <ø> (ø)
...id_response_xblock/migrations/0002_block_status.py 0.00% <ø> (ø)
...d_response_xblock/migrations/0003_rename_fields.py 0.00% <ø> (ø)
rapid_response_xblock/migrations/0004_run.py 0.00% <ø> (ø)
rapid_response_xblock/models.py 91.30% <ø> (-1.01%) :arrow_down:
setup.py 0.00% <ø> (ø)
rapid_response_xblock/settings.py 100.00% <100.00%> (ø)
tests/test_aside.py 100.00% <100.00%> (ø)
tests/test_events.py 100.00% <100.00%> (ø)
tests/utils.py 92.42% <100.00%> (ø)
noisecapella commented 2 years ago

Code looks good. Reviewing functionality will take a while since I need to update my local edx instance