Issue #13952: Add .csv to mimetypes.types_map

Patch by Geoff Wilson.
This commit is contained in:
Berker Peksag 2016-04-09 07:52:05 +03:00
parent 09455589c7
commit a2d7cf087f
2 changed files with 3 additions and 0 deletions

View file

@ -416,6 +416,7 @@ def _default_mime_types():
'.cpio' : 'application/x-cpio',
'.csh' : 'application/x-csh',
'.css' : 'text/css',
'.csv' : 'text/csv',
'.dll' : 'application/octet-stream',
'.doc' : 'application/msword',
'.dot' : 'application/msword',