]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 28 Oct 2023 13:55:56 +0000 (13:55 +0000)
committergithub-actions <github-actions@github.com>
Sat, 28 Oct 2023 13:55:56 +0000 (13:55 +0000)
docs/release-notes.md

index 61cd9f66ad0ea94e5b303912c115b1033b4efba8..9e5a8769694a7efbbdac50fa7809f583967cea08 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ✨ Do not allow invalid combinations of field parameters for columns and relationships, `sa_column` excludes `sa_column_args`, `primary_key`, `nullable`, etc.. PR [#681](https://github.com/tiangolo/sqlmodel/pull/681) by [@tiangolo](https://github.com/tiangolo).
 ## 0.0.10
 
 ### Features