joegasewicz / flask-file-upload

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

ReadMe delete instructions are incorrect #86

Closed joegasewicz closed 4 years ago

joegasewicz commented 4 years ago

This can be removed:

  # As the `db` arg has not been passed to this method,
    # the changes would need persisting to the database:
    db.session.add(blog)
    db.session.commit()

This also needs to be updated / removed from the inline docs:

https://github.com/joegasewicz/flask-file-upload/blob/b7623d0349758fffc8e10e7141202f8bd461c284/flask_file_upload/file_upload.py#L260