MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Update to Django 3.2 + various fixes #366

Closed ddabble closed 3 years ago

ddabble commented 3 years ago

This replaces the automatically generated #362, #363, #364 and #365.

This PR includes a couple of bug fixes:

codecov[bot] commented 3 years ago

Codecov Report

Merging #366 (26a86f9) into dev (841cd53) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #366   +/-   ##
=======================================
  Coverage   73.81%   73.82%           
=======================================
  Files         116      116           
  Lines        3609     3610    +1     
=======================================
+ Hits         2664     2665    +1     
  Misses        945      945           
Impacted Files Coverage Δ
make_queue/urls.py 100.00% <ø> (ø)
groups/admin.py 100.00% <100.00%> (ø)
make_queue/admin.py 88.88% <100.00%> (-0.48%) :arrow_down:
make_queue/views/admin/course.py 51.31% <100.00%> (+2.00%) :arrow_up:
makerspace/admin.py 86.66% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 841cd53...26a86f9. Read the comment docs.