Skip to content

Change slugs to ascii only #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2018
Merged

Change slugs to ascii only #5

merged 1 commit into from
Nov 1, 2018

Conversation

codingjoe
Copy link
Owner

Some tools like the AWS CLI don't do well with unicode file names
even though AWS S3 does not have a problem with them. It is saver
to use ASCII characters only. Which is the default for Django's
builtin slugify method anyways.

Some tools like the AWS CLI don't do well with unicode file names
even though AWS S3 does not have a problem with them. It is saver
to use ASCII characters only. Which is the default for Django's
builtin slugify method anyways.
@codecov
Copy link

codecov bot commented Nov 1, 2018

Codecov Report

Merging #5 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   98.27%   98.36%   +0.08%     
==========================================
  Files           1        1              
  Lines          58       61       +3     
==========================================
+ Hits           57       60       +3     
  Misses          1        1
Impacted Files Coverage Δ
dynamic_filenames.py 98.36% <100%> (+0.08%) ⬆️

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 45084a7...2acda71. Read the comment docs.

@codingjoe codingjoe merged commit a39e9b6 into master Nov 1, 2018
@codingjoe codingjoe deleted the ascii branch November 1, 2018 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant