django-gfiles filters

class gfiles.filter.GFileFilter(data=None, queryset=None, prefix=None, strict=None, request=None)[source]

Class for filtering Generic Files using django_filters.FilterSet

Filters available for the username of the user who uploaded the file and the original filename (the original name can be different to the name of the file that is stored if multiple files of the same name are uploaded at the same time)