Skip to content

Commit c6a91d6

Browse files
authored
Update README.md
1 parent 99edde1 commit c6a91d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Starting version `0.13.4`, Ninja schema will support both v1 and v2 of pydantic
1616
Python >= 3.8
1717
django >= 3
1818
pydantic >= 1.6
19-
19+
2020
**Key features:**
2121
- **Custom Field Support**: Ninja Schema converts django model to native pydantic types which gives you quick field validation out of the box. eg Enums, email, IPAddress, URLs, JSON, etc
2222
- **Field Validator**: Fields can be validated with **model_validator** just like pydantic **[validator](https://pydantic-docs.helpmanual.io/usage/validators/)** or **[root_validator](https://pydantic-docs.helpmanual.io/usage/validators/)**.

0 commit comments

Comments
 (0)