We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae98be9 commit f477655Copy full SHA for f477655
README.md
@@ -837,7 +837,7 @@ async def get_creator_posts(creator: Mapping = Depends(valid_creator_id)):
837
return posts
838
```
839
840
-If an aggregated data form DB is a simple JSON, then take a look at Pydantic's `Json` field type,
+If aggregated data from the DB is a simple JSON, then take a look at Pydantic's `Json` field type,
841
which will load raw JSON first.
842
```python
843
from pydantic import BaseModel, Json
0 commit comments