Sebastián Ramírez
69673548bc
📝 Update order of examples, latest Python version first, and simplify version tab names ( #9269 )
* 📝 Simplify names in Python versions in tabs in docs
* 📝 Update docs for Types Intro, explain Python 3.6+, Python 3.9+, Python 3.10+
* 📝 Re-order all Python examples, show latest Python versions first
2 years ago
jaystone776
058cb6e88e
🌐 Update Chinese translation for `docs/tutorial/security/oauth2-jwt.md` ( #3846 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Zssaer
fcab59be88
🌐 Add Chinese translation for `docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md` ( #4971 )
Co-authored-by: Jeodre <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
非法操作
db4452d47e
🌐 Update Chinese translation for `docs/zh/docs/tutorial/query-params-str-validations.md` ( #5255 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Zssaer
9974c4b6ac
🌐 Add Chinese translation for `docs/zh/docs/tutorial/sql-databases.md` ( #4999 )
Co-authored-by: mkdir700 <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
yuk115nt5now
bfb1422555
🌐 Fix typo in Chinese translation for `docs/zh/docs/tutorial/security/first-steps.md` ( #5530 )
3 years ago
ASpathfinder
dc1534736d
🌐 Update Chinese translation for `docs/zh/docs/tutorial/request-files.md` ( #4529 )
Co-authored-by: KellyAlsa-massive-win <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Zssaer
0d43b6552b
🌐 Add Chinese translation for `docs/zh/docs/tutorial/encoder.md` ( #4969 )
3 years ago
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
jaystone776
dc7e13846c
🌐 Add Chinese translation for `docs/tutorial/security/first-steps.md` ( #3841 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
3 years ago
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
3 years ago
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Yue Chen
4fa0cd4def
🌐 Update source example highlights for `docs/zh/docs/tutorial/query-params-str-validations.md` ( #4237 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
jaystone776
5c62a59e7b
🌐 Add Chinese translation for `docs\tutorial\path-operation-configuration.md` ( #3312 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
jaystone776
13bf477579
🌐 Add Chinese translation for `docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md` ( #3492 )
Co-authored-by: Waynerv <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
8c5d1f30dc
🌐 Add Chinese translation for `docs/tutorial/dependencies/sub-dependencies.md` ( #3491 )
Co-authored-by: Waynerv <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
962578bec2
🌐 Add Chinese translation for `docs/tutorial/dependencies/index.md` ( #3489 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
016c3f0d5b
🌐 Add Chinese translation for `docs/tutorial/dependencies/global-dependencies.md` ( #3493 )
as title
4 years ago
jaystone776
c00c2d1ecf
🌐 Add Chinese translation for Tutorial - Request - Forms - and - Files ( #3249 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
0a84d48a82
🌐 Add Chinese translation for Tutorial - Handling - Errors ( #3299 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
811c3f873f
🌐 Add Chinese translation for Tutorial - Form - Data ( #3248 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
e6836781d5
🌐 Add Chinese translation for Tutorial - Body - Updates ( #3237 )
Co-authored-by: Xie Wei <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
jaystone776
fc6827d68a
🌐 Add Chinese translation for Tutorial - Request - Files ( #3244 )
Co-authored-by: Xie Wei <[email protected] >
4 years ago
NiJia Lin
b3f139c0d9
🌐 Fix Chinese translation of Tutorial - Query Parameters, remove obsolete content ( #3051 )
4 years ago
Shucai.wang
6f72a27632
🌐 Add Chinese translation for Tutorial - Debugging ( #2737 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Xie Wei
7f037f1bdc
🌐 Add Chinese translation for Tutorial - Security - OAuth2 with Password (and hashing), Bearer with JWT tokens ( #2642 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Shucai.wang
66f18e9282
🌐 Add Chinese translation for Tutorial - Metadata and Docs URLs ( #2559 )
4 years ago
Shucai.wang
8f0a604a37
🌐 Add Chinese translation for Tutorial - CORS (Cross-Origin Resource Sharing) ( #2540 )
Co-authored-by: Xie Wei <[email protected] >
4 years ago
lpdswing
368d314e11
🌐 Add Chinese translation for Tutorial - Middleware ( #2334 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Xie Wei
0af6cbe990
🌐 Add Chinese translation for Tutorial - Bigger Applications - Multiple Files ( #2453 )
Co-authored-by: Shucai.wang <[email protected] >
4 years ago
Xie Wei
9fda0149da
🌐 Add Chinese translation for Tutorial - Security - Security Intro ( #2443 )
4 years ago
maoyibo
2da3d62d37
🌐 Add Chinese translation for Tutorial - Header Parameters ( #2412 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
maoyibo
6d06e13284
🌐 Add Chinese translation for Tutorial - Extra Data Types ( #2410 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Alicrazy
91cacc9c92
🌐 Add Chinese translation for Tutorial - Cookie Parameters ( #2261 )
Co-authored-by: lijun <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Xie Wei
b3d2f47bc8
🌐 Add Chinese translation for Tutorial - Security - Simple OAuth2 with Password and Bearer ( #2514 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Xie Wei
d2ca3df033
🌐 Add Chinese translation for Tutorial - Security - Get Current User ( #2474 )
4 years ago
Sebastián Ramírez
e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) ( #2543 )
5 years ago
Xie Wei
3f478b7733
🌐 Add Chinese translation for Tutorial - Response Status Code ( #2442 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Xie Wei
f1759297c7
🌐 Add Chinese translation for Tutorial - Extra Models ( #2416 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Xie Wei
478f157013
🌐 Add Chinese translation for Tutorial - Response Model ( #2414 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
maoyibo
4236c99b7f
🌐 Add Chinese translation for Tutorial - Schema Extra Example ( #2411 )
5 years ago
Xie Wei
d2cc2627ba
🌐 Add Chinese translation for Tutorial - Body - Nested Models ( #1609 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Brock Friedrich
be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range ( #1863 )
5 years ago
Xie Wei
38fd363e89
🌐 Add chinese translation for body-fields.md ( #1569 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Xie Wei
c5168bd036
🌐 Add Chinese translation for body-multiple-params.md ( #1532 )
* add chinese translation for body-multiple-params.md
* improve translations
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Xie Wei
adac38ecea
✨ Add Chinese translation for path-params-numeric-validations.md ( #1506 )
* add chinese translation for path-params-numeric-validations.md
* improve translations
5 years ago
Xie Wei
801ceaec80
🌐 Add Chinese translation for query-params-str-validations.md ( #1500 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Xie Wei
d737599a2c
🌐 Add Chinese translation for body.md ( #1492 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago