Skip to content

Commit

Permalink
Add __table_args__ to sqlalchemy_attr Fixes #108
Browse files Browse the repository at this point in the history
  • Loading branch information
joe.gasewicz committed Mar 15, 2021
1 parent 80975d9 commit ac02b2e
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 193 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

**Unrelease
- Bump cryptography from 3.3.1 to 3.3.2 #106
- Add `__table_args__` to sqlalchemy_attr [Issue #108](https://github.com/joegasewicz/flask-file-upload/issues/108)
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ wheel = "*"
[packages]
flask-file-upload = {editable = true,path = "."}

[requires]
python_version = "3.7"

Loading

0 comments on commit ac02b2e

Please # to comment.