forked from jazzband/django-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep mimetypes as str on all versions of Python.
As noted in jazzband#297 the mimetypes should not be `unicode` *on Python 2*. But they should be `str` on Python 3. Caused by: jazzband#297 Effecting: - pallets/werkzeug#636 - pallets/werkzeug#637
- Loading branch information
1 parent
83b9de6
commit 9f08147
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ or just made Pipeline more awesome. | |
* Austin Pua <[email protected]> | ||
* Axel Haustant <[email protected]> | ||
* Balazs Kossovics <[email protected]> | ||
* Ben Spaulding <[email protected]> | ||
* Ben Vinegar <[email protected]> | ||
* Brad Pitcher <[email protected]> | ||
* Brant Young <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters