django.utils.text get_valid_filename Example Code

get_valid_filename is a callable within the django.utils.text module of the Django project.

Example 1 from django-filer

django-filer (project documentation) is a file management library for uploading and organizing files and images in Django's admin interface. The project's code is available under the BSD 3-Clause "New" or "Revised" open source license.

django-filer / filer / utils / files.py