mixkorshun / django-safe-filefield

Secure file field, which allows you to restrict uploaded file extensions.
MIT License
52 stars 10 forks source link

Docs improvements #2

Closed dspechnikov closed 6 years ago

dspechnikov commented 6 years ago

Various docs improvements. Commits should be self-explanatory.

ClamAV section placement may be subjective, feel free to discard that commit if you don't like it.

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   92.88%   92.88%           
=======================================
  Files          11       11           
  Lines         225      225           
=======================================
  Hits          209      209           
  Misses         16       16

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 5fea610...caacd73. Read the comment docs.

mixkorshun commented 6 years ago

Thanks!