Ayrton
706d2499b5
🌐 Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md` ( #11641 )
10 months ago
Sebastián Ramírez
7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit ( #11496 )
11 months ago
Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
12 months ago
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
Co-authored-by: Sebastián Ramírez <[email protected] >
12 months ago
Nazaré da Piedade
f810c65e7c
🌐 Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md` ( #10807 )
1 year ago
Sebastián Ramírez
c1796275f9
📝 Tweak docs and translations links and remove old docs translations ( #11381 )
1 year ago
Samuel Favarin
ff41af83a4
🌐 Add Portuguese translation for `docs/pt/docs/advanced/templates.md` ( #11338 )
1 year ago
Alejandra
93034fea48
📝 Update links to Pydantic docs to point to new website ( #11328 )
1 year ago
水上 皓登
f29b30b784
🔥 Remove link to Pydantic's benchmark, on other i18n pages. ( #11224 )
1 year ago
Sebastián Ramírez
f0becc4452
♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date ( #11304 )
1 year ago
Joshua Hanson
0e2f2d6d3a
📝 Update `python-multipart` GitHub link in all docs from ` https://andrew-d.github.io/python-multipart/ ` to ` https://github.com/Kludex/python-multipart ` ( #11239 )
1 year ago
Luccas Mateus
d693d0a980
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/schema-extra-example.md` ( #4065 )
1 year ago
Sebastián Ramírez
e8bd645fa9
📝 Update data structure and render for external-links ( #10495 )
* 📝 Update data structure and render for external-links
* 📝 Update translations for external links
1 year ago
Sebastián Ramírez
dc7838eec3
🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord. ( #10485 )
1 year 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
1 year ago
Alex Rocha
23511f1fdf
🌐 Remove duplicate line in translation for `docs/pt/docs/tutorial/path-params.md` ( #10126 )
2 years ago
Sebastián Ramírez
d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors ( #10110 )
2 years ago
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2 years ago
oandersonmagalhaes
f2d01d7a6a
🌐 Add Portuguese translation for `docs/pt/docs/advanced/events.md` ( #9326 )
Co-authored-by: Fernando Crozetta <[email protected] >
Co-authored-by: Lorhan Sohaky <[email protected] >
2 years ago
Lucas Balieiro
6485c14c3b
✏ Fix typo in Portuguese docs for `docs/pt/docs/index.md` ( #9337 )
2 years ago
Luccas Mateus
7048ecfa7b
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-nested-models.md` ( #4053 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Trylesinski <[email protected] >
2 years ago
Lorhan Sohaky
d455f3f868
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/extra-models.md` ( #5912 )
Co-authored-by: Fábio Ueno <[email protected] >
2 years ago
Lorhan Sohaky
fa103cf1fd
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-operation-configuration.md` ( #5936 )
Co-authored-by: Fábio Ueno <[email protected] >
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
Bruno Artur Torres Lopes Pereira
8115282ed3
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/static-files.md` ( #5858 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
felipebpl
9ad2cb29f9
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/encoder.md` ( #5525 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Ayrton Freeman
ebd917a530
🌐 Add Portuguese translation for `docs/pt/docs/deployment/docker.md` ( #5663 )
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] >
2 years ago
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2 years ago
Bruno Artur Torres Lopes Pereira
c040e3602a
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms-and-files.md` ( #5579 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Bruno Artur Torres Lopes Pereira
c28337e61d
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms.md` ( #4934 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Lucas Mendes
2889b4a3df
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-multiple-params.md` ( #4111 )
Co-authored-by: Lorhan Sohaky <[email protected] >
Co-authored-by: Wuerike <[email protected] >
Co-authored-by: Lorhan Sohaky <[email protected] >
2 years ago
Lucas Mendes
330e8112ac
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-params-numeric-validations.md` ( #4099 )
Co-authored-by: Pedro Victor <[email protected] >
Co-authored-by: Lucas <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
zhangbo
22524a1610
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh ( #5523 )
Co-authored-by: zhangbo <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Bruno Artur Torres Lopes Pereira
146b9d6e04
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/response-status-code.md` ( #4922 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Ofek Lev
4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch ( #5240 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Bruno Artur Torres Lopes Pereira
b63398f4b5
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/header-params.md` ( #4921 )
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
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
Bruno Artur Torres Lopes Pereira
73c6011ec4
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/query-params.md` ( #4775 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Vini Sousa
f79e6a48a1
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/security/first-steps.md` ( #4954 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Fernando Simões
5d0e2f58e7
🌐 Add Portuguese translation for `tutorial/handling-errors.md` ( #4769 )
Co-authored-by: Lucas <[email protected] >
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
Mateus José
86c459d1e8
🌐 Add Portuguese translation for `docs/pt/docs/help-fastapi.md` ( #4583 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
Co-authored-by: AlonMenczer <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Cleo Menezes Jr
3d201623dd
✏ 🌐 Fix typo in Portuguese translation for `docs/pt/docs/tutorial/path-params.md` ( #4722 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Lucas Mendes
4fa4432173
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/cookie-params.md` ( #4112 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Izabela Guerreiro
2ef0b9896e
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/background-tasks.md` ( #2170 )
Co-authored-by: Lorhan Sohaky <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago