vintasoftware / django-knowledge-share

The engine behind Vinta's Lessons Learned page.
https://vintasoftware.com/lessons-learned/
MIT License
37 stars 1 forks source link

Fixing django vulnerabilities and dropping support to Python 3.3 #19

Closed marycaroline closed 5 years ago

marycaroline commented 5 years ago

Fixed found vulnerabilities

Motivation and Context

Types of changes

Checklist:

victorcarrico commented 5 years ago

@MaryCaroline Tests are failing. :thinking:

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #19   +/-   ##
======================================
  Coverage    94.3%   94.3%           
======================================
  Files          10      10           
  Lines         246     246           
  Branches       14      14           
======================================
  Hits          232     232           
  Misses         13      13           
  Partials        1       1
Impacted Files Coverage Δ
knowledge_share/__init__.py 100% <100%> (ø) :arrow_up:

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 9077f7b...23aa607. Read the comment docs.