Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Sep 6, 2022
1 parent 80de3a7 commit 5bcf24a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Ninja Schema converts your Django ORM models to Pydantic schemas with more Pydan
**Inspired by**: [django-ninja](https://django-ninja.rest-framework.com/) and [djantic](https://jordaneremieff.github.io/djantic/)

### Requirements
Python >= 3.6, django >= 2.1, pydantic >= 1.6
Python >= 3.6
django >= 2.1
pydantic >= 1.6

**Key features:**
- **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
Expand Down

0 comments on commit 5bcf24a

Please sign in to comment.