joegasewicz / flask-file-upload

Easy file uploads for Flask.
MIT License
154 stars 15 forks source link

Let a single model be passed to add_file_urls_to_models #94

Closed joegasewicz closed 4 years ago

joegasewicz commented 4 years ago

Currently we can only pass a list of models to add_file_urls_to_models So this issue will let a single model get updated with the file attributes.