From 913de2dc44e72fc7726fd7f76b42f00e7b9e36bd Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 8 Sep 2021 11:10:43 +0200 Subject: [PATCH] update releases info --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index 8255001..6cd8b4f 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -3,6 +3,7 @@ ## ✨ Features * Add support for multi-column non-unique `IndexColumns` in `Meta.constraints` [#307](https://github.com/collerek/ormar/issues/307) +* Add `sql_nullable` field attribute that allows to set different nullable setting for pydantic model and for underlying sql column [#308](https://github.com/collerek/ormar/issues/308) # 0.10.18