dirkmoors / drf-tus

A Tus (tus.io) library for Django Rest Framework
MIT License
24 stars 26 forks source link

Make the metadata 'filename' key a setting. #2

Closed wadevries closed 6 years ago

wadevries commented 7 years ago

The 'filename' field in the metadata is not standardised in the protocol. Tus clients may use another field, like 'name'.

codecov[bot] commented 7 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #2      +/-   ##
=========================================
+ Coverage   91.68%   91.7%   +0.01%     
=========================================
  Files          20      20              
  Lines         493     494       +1     
=========================================
+ Hits          452     453       +1     
  Misses         41      41
Impacted Files Coverage Δ
rest_framework_tus/settings.py 100% <100%> (ø) :arrow_up:
rest_framework_tus/views.py 87.23% <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 77c83e3...526f95e. Read the comment docs.