Ikkyu
f67bc3ffe8
🌐 Add Chinese translations for docs: deployment.md ( #1203 )
...
* Add new language of docs: zh
* Add deployment.md Chinese trans
* add "or"
* rm index.md
* updates Chinese translations of deployement.md
* update translations of deployment.md
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-05-16 12:45:04 +02:00
Sebastián Ramírez
dff644abe0
📝 Update release notes
2020-05-16 12:38:13 +02:00
Xie Wei
fc7b4ab880
🌐 Add Chinese translation for tutorial intro doc ( #1202 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-05-16 12:32:31 +02:00
Sebastián Ramírez
1d0f909ca5
📝 Update release notes
2020-05-16 12:21:06 +02:00
Dustyposa
a0cdbe449b
🌐 Add translation of features.md to Chinese ( #1192 )
...
* translation features.md to Chinese
* update review data
* :DOCS: update with review
* 🔥 Remove double link in build mkdocs.yml for other languages
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-05-16 12:18:04 +02:00
Sebastián Ramírez
44bd64d797
📝 Update release notes
2020-05-16 12:04:32 +02:00
Xie Wei
bfa78db458
🌐 Add Chinese translation for index docs ( #1191 )
...
* Add Chinese tranlation for docs/index.md
* Fix syntax issue
* Update resource address of zh docs
* Optimize typography in zh docs
* improve translations
Co-authored-by: Waynerv <wei.xie@woqutech.com>
2020-05-16 11:58:10 +02:00
Sebastián Ramírez
4e77737a3f
📝 Update release notes
2020-04-18 17:57:50 +02:00
Sebastián Ramírez
d03c197c80
📝 Update project generation docs ( #1287 )
2020-04-18 17:56:35 +02:00
Sebastián Ramírez
06e42a4e5d
📝 Update release notes
2020-04-11 19:22:35 +02:00
Camila Gutierrez
bd1e85a8d3
📝 Add Spanish translation for the Python Types Intro page ( #1237 )
...
* Spanish translation Python Types Intro page
* 📝 Fix tuple docs in Types intro
* ✏️ Fix typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-11 19:20:32 +02:00
Sebastián Ramírez
506d5dce39
📝 Update release notes
2020-04-11 18:49:52 +02:00
Camila Gutierrez
a7b4c73663
📝 Add Spanish translation for the Features page ( #1220 )
...
* Spanish translation for the Features page
* ✏️ Fix small typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-11 18:46:46 +02:00
Sebastián Ramírez
d4f3ca1c1b
🔖 Release 0.54.1
2020-04-08 07:51:26 +02:00
Sebastián Ramírez
471d703611
📝 Update release notes
2020-04-08 07:50:30 +02:00
Sebastián Ramírez
a46bbc54cd
✅ Update database setup for tests ( #1226 )
...
* 🗃️ Update database setup for tests
* ✅ Add pragmas and update db handling for tests
2020-04-08 07:41:53 +02:00
Sebastián Ramírez
a4405bbed2
📝 Update release notes
2020-04-08 06:39:40 +02:00
Samuel Colvin
e9b189e9f2
✅ Improve test debugging ( #1222 )
2020-04-08 06:37:38 +02:00
Sebastián Ramírez
483bce3ae1
⬆️ Upgrade to MkDocs Material 5 and update docs scripts ( #1225 )
...
* ⬆️ Upgrade mkdocs.yml configs for MkDocs Material 5
* ✨ Update docs.py to always update mkdocs.yml
* 🌐 Update mkdocs.yml for translations
* 🔧 Update MkDocs config
* ✨ Add tabs for alternative options
* ⬆️ Update termynal setup with new CSS classes
* 🔧 Sync / Update mkdocs.yml for languages
2020-04-08 06:25:01 +02:00
Sebastián Ramírez
7372f6ba11
🔖 Release version 0.54.0
2020-04-05 16:50:16 +02:00
Sebastián Ramírez
8d92557e53
📝 Update relase notes
2020-04-05 16:47:33 +02:00
Mickey Pashov
c56342bf79
✏️ Fix minor grammatical mistakes in the async docs ( #1188 )
...
* Fix minor grammatical mistakes in the async docs.
* ✏️ Update wording and clarify with emojis
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-05 16:46:22 +02:00
Harsha Laxman
07e094fd50
📝 Add note about Alembic in project generator in SQL docs ( #1183 )
...
* Update sql-databases alembic docs
Was helpful to refer to the full-stack project when integrating alembic into my own project
* 📝 Update Alembic note in docs
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-05 15:15:39 +02:00
Sebastián Ramírez
1cc30de32f
📝 Update release notes
2020-04-05 15:07:00 +02:00
voegtlel
3397d4d69a
✨ Implement response_model_exclude_defaults and response_model_exclude_none ( #1166 )
...
* Implemented response_model_exclude_defaults and response_model_exclude_none to be compatible pydantic options.
* 🚚 Rename and invert include_none to exclude_none to keep in sync with Pydantic
Co-authored-by: Lukas Voegtle <lukas.voegtle@sick.de>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-05 15:04:46 +02:00
Sebastián Ramírez
766157bfb4
📝 Update release notes
2020-04-05 13:57:45 +02:00
duganchen
d96223460b
📝 Add an example of setting up a test database ( #1144 )
...
* Add an example of setting up a test database.
* 📝 Add/update docs for testing a DB with dependency overrides
* 🔧 Update test script, remove line removing test file as it is removed during testing
* ✅ Update testing coverage pragma
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-05 13:53:09 +02:00
Sebastián Ramírez
fd99dfc95b
📝 Update release notes
2020-04-04 22:38:17 +02:00
Sebastián Ramírez
10fb7ace04
📝 Update contributing guidelines to review translation PRs ( #1215 )
2020-04-04 22:36:10 +02:00
Sebastián Ramírez
a1a19b103c
📝 Update release notes
2020-04-04 22:16:12 +02:00
Sebastián Ramírez
5c111caf40
📝 Update release notes
2020-04-04 22:14:55 +02:00
Gao Chao
651ee5e4d2
🎨 Update log style in main page, for GitHub Markdown compatibility ( #1200 )
...
* Update README.md
fix string format
* 🎨 Update log style in main page, for GitHub Markdown compatibility
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-04 22:13:55 +02:00
Cássio Botaro
c398ac87d9
🙈 Add Python venv "env" to gitignore ( #1212 )
2020-04-04 22:03:17 +02:00
Cássio Botaro
0a77c613b0
🌐 Add new language on docs: pt ( #1210 )
2020-04-04 22:01:19 +02:00
Sebastián Ramírez
70bc469373
📝 Update release notes
2020-04-04 21:39:52 +02:00
Sebastián Ramírez
b76334f544
📝 Settings using lru_cache ( #1214 )
...
* ✨ Update settings examples to use lru_cache
* 📝 Update docs for Settings, using @lru_cache
* 🎨 Update lru_cache colors to show difference in stored values
2020-04-04 21:39:15 +02:00
Sebastián Ramírez
14b467db06
📝 Update release notes
2020-04-02 07:03:00 +02:00
Camila Gutierrez
3a0c22ce7d
🌐 Translate index to Spanish ( #1201 )
2020-04-02 07:00:50 +02:00
Sebastián Ramírez
3b7e4e0544
📝 Update release notes
2020-04-02 06:59:19 +02:00
alexmitelman
d4d5b21b2e
📝 Add documentation about settings and env vars ( #1118 )
...
* Add doc and example for env var config
* Syntax highlight for .env file
* Add test for configuration docs
* 📝 Update settings docs, add more examples
* ✅ Add tests for settings
* 🚚 Rename "Application Configuration" to "Metadata and Docs URLs"
to disambiguate between that and settings
* 🔥 Remove replaced example file
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-04-02 06:55:20 +02:00
Sebastián Ramírez
6e1cd45a46
🔖 Release version 0.53.2
2020-03-30 21:49:50 +02:00
Sebastián Ramírez
b86d130eb6
📝 Update release notes
2020-03-30 21:47:11 +02:00
Toan Vuong
90afc72e64
🐛 Fix automatic embedding with dependencies and sub-dependencies ( #1079 )
...
* Handle automatic embedding with Depends
* 🐛 Fix body embeds for sub-dependencies and simplify implementation
* ✅ Add/update tests for body embeds in dependencies
* 👷 Trigger Travis
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-03-30 21:44:43 +02:00
Sebastián Ramírez
042c697b6b
📝 Update release notes
2020-03-30 20:49:24 +02:00
amitlissack
02441ff031
🐛 Fix dependency overrides in WebSockets ( #1122 )
...
* add tests to test_ws_router to test dependencies and dependency overrides.
* supply dependency_overrides_provider to APIWebSocketRoute upon creation
2020-03-30 20:45:05 +02:00
Sebastián Ramírez
210af1fd3d
📝 Update release notes
2020-03-30 20:42:46 +02:00
Sebastián Ramírez
06eaa32bf0
🔧 Update docs script to make sure languages are always sorted ( #1189 )
2020-03-30 20:41:50 +02:00
Sebastián Ramírez
4f88a5fddb
📝 Update release notes
2020-03-30 20:26:07 +02:00
Ikkyu
eb6be1d725
💬 Add new language of docs: zh ( #1187 )
2020-03-30 20:14:58 +02:00
Sebastián Ramírez
1d99681fd4
📝 Update release notes
2020-03-30 12:01:30 +02:00