theoohoho
f1329abf99
✏️ Fix broken link in `docs/tutorial/sql-databases.md` in several languages ( #10716 )
2 years ago
HiemalBeryl
4c231854dc
✏️ Fix typos in `docs/zh/docs/tutorial/extra-data-types.md` ( #10727 )
2 years ago
Piotr Szaciłowski
fd97e8efe4
📝 Update usage of Token model in security docs ( #9313 )
Co-authored-by: Alejandra Sánchez <[email protected] >
Co-authored-by: Alejandra <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Nils Lindemann
6bda1326a4
📝 Add location info to `tutorial/bigger-applications.md` ( #10552 )
2 years ago
Royc30ne
0f4b6294bf
🌐 Update SQLAlchemy instruction in Chinese translation `docs/zh/docs/tutorial/sql-databases.md` ( #9712 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
2ba7586ff3
⬆️ Drop support for Python 3.7, require Python 3.8 or above ( #10442 )
* 📝 Update docs, require Python 3.8+, drop 3.7
* 🔧 Update pyproject.toml, drop support for Python 3.7, require Python 3.8+
* 👷 Update CI GitHub Actions, drop support for Python 3.7, require 3.8+
* 📝 Update docs' references to Python 3.6 and 3.7, use Python 3.8
2 years ago
jaystone776
0e2ca1cacb
🌐 Update Chinese translation for `docs/tutorial/security/simple-oauth2.md` ( #3844 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
吴定焕
e081145c7d
🌐 Add Chinese translation for `docs/zh/docs/tutorial/background-tasks.md` ( #9812 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
mahone3297
943baa387f
🌐 Update Chinese translations with new source files ( #9738 )
Co-authored-by: mkdir700 <[email protected] >
2 years ago
Creat55
703a1f200a
🌐 Update Chinese translation for `docs/zh/docs/tutorial/handling-errors.md` ( #9485 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2 years ago
吴定焕
e17cacfee4
🌐 Add Chinese translation for `docs/zh/docs/tutorial/testing.md` ( #9641 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
吴定焕
d057294de1
🌐 Add Chinese translation for `docs/zh/docs/tutorial/static-files.md` ( #9436 )
Add Chinese translation for docs/zh/docs/tutorial/static-files.md
2 years ago
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] >
4 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] >
5 years ago
Xie Wei
d2ca3df033
🌐 Add Chinese translation for Tutorial - Security - Get Current User ( #2474 )
5 years ago