Skip to content
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

Support a stop-word list when slugifying #14

Closed
euangoddard opened this issue May 5, 2015 · 1 comment
Closed

Support a stop-word list when slugifying #14

euangoddard opened this issue May 5, 2015 · 1 comment

Comments

@euangoddard
Copy link
Contributor

It would be nice to be able to specify a list of common English words which add little to a slug, e.g.

>>> slugify('The quick brown fox jumps over the lazy dog', stopwords=['the'])
'quick-brown-fox-jumps-over-lazy-dog'
@un33k
Copy link
Owner

un33k commented May 5, 2015

Sounds great. You can send a pull request for it, or wait till the next minor update.

@un33k un33k closed this as completed in f60687c May 6, 2015
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

No branches or pull requests

2 participants