Update README.md

This commit is contained in:
Yerassyl
2023-09-13 12:23:07 +06:00
committed by GitHub
parent fc006628fe
commit 1dc0eba8cf

View File

@@ -455,7 +455,6 @@ class CustomModel(BaseModel):
``` ```
In the example above we have decided to make a global base model which: In the example above we have decided to make a global base model which:
- uses [orjson](https://github.com/ijl/orjson) to serialize data
- drops microseconds to 0 in all date formats - drops microseconds to 0 in all date formats
- serializes all datetime fields to standard format with explicit timezone - serializes all datetime fields to standard format with explicit timezone
### 9. Docs ### 9. Docs