]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes 0.0.21
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Jul 2024 02:12:48 +0000 (21:12 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Jul 2024 02:12:48 +0000 (21:12 -0500)
docs/release-notes.md

index 25a27b49c530c265c7164e3b3afa52e08c7ce3d9..35fab31f5fee64994d3c62c559dbfc52d7155a60 100644 (file)
@@ -7,6 +7,7 @@
 ### Features
 
 * ✨ Add support for cascade delete relationships: `cascade_delete`, `ondelete`, and `passive_deletes`. PR [#983](https://github.com/tiangolo/sqlmodel/pull/983) by [@estebanx64](https://github.com/estebanx64).
+  * New docs at: [Cascade Delete Relationships](https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/cascade-delete-relationships/).
 
 ### Docs