We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31ac36 commit 2e44a08Copy full SHA for 2e44a08
1 file changed
Lib/test/test_mimetypes.py
@@ -232,6 +232,7 @@ def check_extensions():
232
("application/pdf", ".pdf"),
233
("application/postscript", ".ps"),
234
("application/rtf", ".rtf"),
235
+ ("application/sql", ".sql"),
236
("application/texinfo", ".texi"),
237
("application/toml", ".toml"),
238
("application/vnd.apple.mpegurl", ".m3u"),
@@ -246,6 +247,7 @@ def check_extensions():
246
247
("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", ".xlsx"),
248
("application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx"),
249
("application/vnd.rar", ".rar"),
250
+ ("application/vnd.sqlite3", ".sqlite3")
251
("application/x-7z-compressed", ".7z"),
252
("application/x-debian-package", ".deb"),
253
("application/x-httpd-php", ".php"),
0 commit comments