Commit Graph

48 Commits

Author SHA1 Message Date
sunn
6311937549 Fix typo 2023-04-09 12:22:04 +06:00
tangkikodo
c2b45d4f8e Fix typos 2023-03-13 10:29:11 +06:00
nbanic
eb44489578 Fixing a link. (#15) 2023-01-09 16:54:57 +06:00
Yerassyl
ecc3afeef3 Fix typos and put sample link under contents (#14) 2023-01-06 01:19:21 +06:00
Yerassyl
4df0a7c59d Update README.md 2023-01-06 00:23:42 +06:00
Anton Shum
d17d0fecf9 Replace custom field validators with Extra.forbid by @anton-shum 2022-09-17 00:12:26 +06:00
Yerassyl Zhanymkanov
cab4b1ab1a Fix typos 2022-08-29 01:50:48 +06:00
Yerassyl Zhanymkanov
a9372fbe45 Fix some grammarly issues 2022-08-28 22:24:28 +06:00
Yerassyl Zhanymkanov
f3eab50e77 Enhance wording for SQL-first points 2022-08-28 17:49:12 +06:00
Yerassyl Zhanymkanov
5924edcdbb Add CTA to share experience 2022-08-28 17:42:35 +06:00
Yerassyl Zhanymkanov
fef5e2e85c Add bonus section with link to issues 2022-08-28 17:32:24 +06:00
Yerassyl Zhanymkanov
da9e7c502e Fix content urls 2022-08-28 17:16:35 +06:00
Yerassyl Zhanymkanov
3f0a928f64 Add details for FastAPI response models, sync SDKs & linters 2022-08-28 17:12:03 +06:00
Yerassyl Zhanymkanov
feebffe7de Add details for custom ValueError 2022-08-28 15:45:47 +06:00
Yerassyl Zhanymkanov
3068f61440 Add detailed description of SQL-first, URL host validation points 2022-08-28 15:23:13 +06:00
Yerassyl Zhanymkanov
0d12e708d3 Add better explanation for background tasks 2022-08-28 14:05:17 +06:00
Yerassyl Zhanymkanov
4a0e97201b Merge remote-tracking branch 'origin/master' 2022-08-26 19:37:30 +06:00
Yerassyl Zhanymkanov
3989644459 Fix typos 2022-08-26 19:37:22 +06:00
Paulo Freitas
3fa1caddc3 fix: notifications (#3) 2022-08-26 09:17:51 +06:00
Yerassyl Zhanymkanov
6f8ed63ee4 Fix layout, wordings & typos 2022-08-26 01:53:06 +06:00
Yerassyl Zhanymkanov
f0f52f0c61 Fix typo 2022-08-26 01:45:39 +06:00
Yerassyl Zhanymkanov
7a27b84875 Add periods in contents and fix typos 2022-08-26 01:41:39 +06:00
Yerassyl Zhanymkanov
cb2e605c5e Fix content links 2022-08-26 01:34:11 +06:00
Yerassyl
308a7253e2 Refactor & reorder some points (#2)
* Add clarifications for sqlalchemy, migrations, db points

* Add better explanation for background tasks

* Reorder points and break links
2022-08-26 01:27:51 +06:00
Yerassyl Zhanymkanov
9ec5226456 Add detailed explanation for pydantic's smart unions 2022-08-24 13:44:44 +06:00
Yerassyl Zhanymkanov
cd97bdba7c Add description to BaseSettings 2022-08-24 12:54:24 +06:00
Yerassyl Zhanymkanov
07a4f53f64 Replace starlette's configs with pydantic BaseSettings 2022-08-24 12:51:58 +06:00
Yerassyl Zhanymkanov
316f292aa6 Refactor Project Structure to prefer consistency over specific structure 2022-08-24 12:41:42 +06:00
Yerassyl Zhanymkanov
4b2b3a4b3f Add usage example for custom media url 2022-08-19 16:31:20 +06:00
Yerassyl Zhanymkanov
04a0ea4fa2 Add links in the contents 2022-08-19 16:30:36 +06:00
Yerassyl Zhanymkanov
d1e11f62cb Add contents & fix ordering 2022-08-19 15:50:25 +06:00
Yerassyl Zhanymkanov
16872e4936 Add better wordings 2022-08-19 01:42:17 +06:00
Yerassyl Zhanymkanov
158b55152d Add better examples for Use BackgroundTasks 2022-08-19 01:39:03 +06:00
Yerassyl Zhanymkanov
f38c816160 Add example for calling async test client 2022-08-19 01:37:02 +06:00
Yerassyl Zhanymkanov
e6ad6c7a26 Update wordings 2022-08-19 01:34:56 +06:00
Yerassyl Zhanymkanov
e72bc2e69c Add some new points up to 25 2022-08-19 01:27:44 +06:00
Yerassyl Zhanymkanov
31236509fb Improve wording 2022-08-16 20:48:43 +06:00
Yerassyl Zhanymkanov
2ad35e61cd Sort imports 2022-08-16 20:43:13 +06:00
Yerassyl Zhanymkanov
de9ccdf159 Add Custom Base Model point description 2022-08-16 20:41:21 +06:00
Yerassyl Zhanymkanov
a5f47cfda2 Fix typos 2022-08-16 20:34:05 +06:00
Yerassyl Zhanymkanov
2dc6f16408 Add docs section and improve wording in previous points 2022-08-16 20:30:56 +06:00
Yerassyl Zhanymkanov
b029a78a43 Add related SO questions for sync/async routes 2022-08-16 16:35:25 +06:00
Yerassyl Zhanymkanov
b8501eb5ab Fix wordings and typos 2022-08-16 16:32:33 +06:00
Yerassyl Zhanymkanov
5b245b52c5 Add better details and explanations for Project Structure, Decouple Dependencies, Follow Rest and Async Routes 2022-08-16 16:24:07 +06:00
Yerassyl
573e27efaf Fix route namings 2022-08-11 19:49:59 +06:00
Yerassyl
701d722be4 Add explanation to enums usage as a pydantic field 2022-08-11 19:47:46 +06:00
Yerassyl
86889c2a00 Fix typos & links 2022-08-11 19:46:12 +06:00
Yerassyl Zhanymkanov
f238c153d1 Initial commit 2022-08-09 12:03:44 +06:00