Add documenation for slugify template filter (#20069)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Brynley McDonald 2021-12-21 23:54:09 +13:00 committed by GitHub
parent 4652b75c68
commit c6a9cd2366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,6 +595,7 @@ See: https://docs.python.org/3/library/struct.html
### String filters
- Filter `urlencode` will convert an object to a percent-encoded ASCII text string (e.g., for HTTP requests using `application/x-www-form-urlencoded`).
- Filter `slugify(separator="_")` will convert a given string into a "slug".
### Regular expressions