Sebastián Ramírez
e6f8aa8756
✨ Add newsletter: FastAPI and friends ( #2509 )
...
* ✨ Add newsletter: FastAPI and friends
* 🔧 Update MkDocs config for announcement
* 🔧 Update generation script to include overrides for announcements
2020-12-13 16:33:46 +01:00
github-actions
f0a14a9ab6
📝 Update release notes
2020-12-12 21:28:29 +00:00
Sebastián Ramírez
c3dbf4ef7c
✨ Add new Gold Sponsor: InvestSuite 🎉 ( #2508 )
2020-12-12 22:27:46 +01:00
github-actions
52dd5924d7
📝 Update release notes
2020-12-06 08:36:00 +00:00
github-actions
436b023fe4
📝 Update release notes
2020-12-03 17:38:21 +00:00
Xie Wei
f1759297c7
🌐 Add Chinese translation for Tutorial - Extra Models ( #2416 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-12-03 18:36:46 +01:00
github-actions
f1ca8da6e1
📝 Update release notes
2020-12-03 17:28:44 +00:00
Xie Wei
478f157013
🌐 Add Chinese translation for Tutorial - Response Model ( #2414 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-12-03 18:27:58 +01:00
github-actions
5c8b41abf2
📝 Update release notes
2020-12-03 17:08:59 +00:00
maoyibo
4236c99b7f
🌐 Add Chinese translation for Tutorial - Schema Extra Example ( #2411 )
2020-12-03 18:08:11 +01:00
github-actions
1a816fd6a0
📝 Update release notes
2020-12-03 17:06:04 +00:00
hard_coder
02b7d988ae
🌐 Add Korean translation for Index ( #2192 )
2020-12-03 18:05:19 +01:00
github-actions
1b70a1cbf6
📝 Update release notes
2020-12-03 17:01:38 +00:00
atsumi
259c55f7cd
🌐 Add Japanese translation for Advanced User Guide - Additional Status Codes ( #2145 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
2020-12-03 18:00:54 +01:00
github-actions
6a05f1774e
📝 Update release notes
2020-12-03 16:58:32 +00:00
Sebastián Ramírez
6189aacd0f
📝 Update title for Deta tutorial ( #2466 )
2020-12-03 17:57:50 +01:00
github-actions
9e6b069c09
📝 Update release notes
2020-12-02 07:00:39 +00:00
github-actions[bot]
6ffc8a547f
👥 Update FastAPI People ( #2454 )
...
Co-authored-by: github-actions <github-actions@github.com>
2020-12-01 19:12:45 +01:00
Sebastián Ramírez
51e920e2fc
🔖 Release version 0.62.0
2020-11-29 19:36:38 +01:00
Sebastián Ramírez
c27b9dcf9d
📝 Update release notes, add breaking changes details
2020-11-29 19:35:10 +01:00
Sebastián Ramírez
c7e137c6e0
📝 Update release notes
2020-11-29 19:17:35 +01:00
github-actions
7e4d7fe895
📝 Update release notes
2020-11-29 18:04:51 +00:00
Sebastián Ramírez
2c57ea57bf
🔧 Update TestDriven link to course in sponsors ( #2435 )
2020-11-29 19:04:27 +01:00
Sebastián Ramírez
be7d15ce3a
📝 Update release notes
2020-11-29 18:55:48 +01:00
github-actions
afc2bb0801
📝 Update release notes
2020-11-29 17:32:46 +00:00
Sebastián Ramírez
313bbe802f
✨ Add support for shared/top-level parameters (dependencies, tags, etc) ( #2434 )
...
* ✨ Add Default and DefaultPlaceholder data structures
to handle defaults and overrides
* ✨ Add utils to get values by priority handling DefaultPlaceholders
* ✨ Add support for top-level parameters in FastAPI, APIRouter, include_router
including: prefix, tags, dependencies, deprecated, include_in_schema, responses, default_response_class, callbacks
* ♻️ Update openapi utils to handle DefaultPlaceholder for response_class
* 📝 Update bigger-application example code to use top-level params
and showcase them in APIRouter, FastAPI, include_router
* 📝 Update docs for Bigger Applications, include diagrams, top-level params
* 🔥 Simplify code and docs for callbacks as default_response_class is no longer required
* 📝 Add docs for top-level dependencies, in FastAPI()
* 📝 Add docs reference to top-level dependencies in docs for decorator
* ✅ Update/increase tests for Bigger Applications including shared parameters
* ✅ Add tests for top-level dependencies in FastAPI()
* ✅ Add tests for internal DefaultPlaceholder
* ✅ Update/increase tests for callbacks with top-level parameters
* ✅ Add LOTS of tests covering branches and cases for shared parameters
in top-level FastAPI, path operations, include_router, APIRouter, its path operations, nested include_router, nested APIRouter, and its path operations
* 🎨 Format/reorder parameters for consistency in FastAPI, APIRouter, include_router
2020-11-29 18:32:18 +01:00
github-actions
d550738fa2
📝 Update release notes
2020-11-25 17:48:13 +00:00
atsumi
cc99e23e82
🌐 Add Japanese translation for Advanced - Custom Response ( #2193 )
...
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:47:45 +01:00
github-actions
dbdcf86a11
📝 Update release notes
2020-11-25 17:46:45 +00:00
Spaceack
2434980968
🌐 Add Chinese translation for Benchmarks ( #2119 )
2020-11-25 18:35:39 +01:00
github-actions
ee27f7790f
📝 Update release notes
2020-11-25 17:35:19 +00:00
Xie Wei
d2cc2627ba
🌐 Add Chinese translation for Tutorial - Body - Nested Models ( #1609 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:34:50 +01:00
github-actions
f6a285c13c
📝 Update release notes
2020-11-25 17:28:00 +00:00
Ikkyu
8af0b136b1
🌐 Add Chinese translation for Advanced - Custom Response ( #1459 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:27:34 +01:00
github-actions
159a61d2b0
📝 Update release notes
2020-11-25 17:23:01 +00:00
Ikkyu
94fe5495fa
🌐 Add Chinese translation for Advanced - Return a Response Directly ( #1452 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:22:34 +01:00
github-actions
8cc3ac1329
📝 Update release notes
2020-11-25 17:16:53 +00:00
Ikkyu
6b49f67d11
🌐 Add Chinese translation for Advanced - Additional Status Codes ( #1451 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:16:20 +01:00
github-actions
9972b76efa
📝 Update release notes
2020-11-25 17:12:26 +00:00
Ikkyu
410da16a14
🌐 Add Chinese translation for Advanced - Path Operation Advanced Configuration ( #1447 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:11:59 +01:00
github-actions
8997f96540
📝 Update release notes
2020-11-25 17:07:41 +00:00
Ikkyu
b8331b13d7
🌐 Add Chinese translation for Advanced User Guide - Intro ( #1445 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-25 18:07:17 +01:00
github-actions
7a3c244c07
📝 Update release notes
2020-11-25 16:40:33 +00:00
Sebastián Ramírez
7a692d2c7b
🍱 Update sponsor logos ( #2418 )
2020-11-25 17:40:07 +01:00
github-actions
b53c443a06
📝 Update release notes
2020-11-10 19:52:19 +00:00
github-actions
24b638faf6
📝 Update release notes
2020-11-10 19:38:22 +00:00
github-actions
d8cfa8ac87
📝 Update release notes
2020-11-10 19:25:07 +00:00
Sebastián Ramírez
76083559f0
✨ Add silver sponsor WeTransfer ( #2338 )
2020-11-10 20:24:42 +01:00
github-actions
df56655361
📝 Update release notes
2020-11-08 17:27:00 +00:00
Louis Guitton
2e67f2fa6d
📝 Add FastAPI monitoring blog post to External Links ( #2324 )
...
https://github.com/tiangolo/fastapi/issues/1828#issuecomment-723541832
2020-11-08 18:26:34 +01:00
github-actions
ac073b2f5f
📝 Update release notes
2020-11-08 11:43:23 +00:00
Sebastián Ramírez
4bcdbc5673
✨ Set up and enable Material for MkDocs Insiders for the docs ( #2325 )
...
* ⬆️ Upgrade Material for MkDocs
* ⬆️ Install Material for MkDocs Insiders on CI
* 🔧 Update MkDocs configs to use Material for MkDocs Insiders
* ✨ Use the lightbulb because it looks nice 💡
* 💚 Fix GitHub Action workflow syntax for building docs
* 🐛 Fix GitHub Actions workflow syntax, strike one ⚾
2020-11-08 12:42:55 +01:00
github-actions
97adeca0a4
📝 Update release notes
2020-11-07 20:48:48 +00:00
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
...
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2020-11-07 21:48:25 +01:00
github-actions
d01e0a10d8
📝 Update release notes
2020-11-07 18:55:35 +00:00
Sebastián Ramírez
de0f466ef8
✏️ Fix typo in Deta tutorial ( #2320 )
2020-11-07 19:55:12 +01:00
Sebastián Ramírez
77f7447ee8
📝 Update release notes
2020-11-06 00:14:52 +01:00
github-actions
48827eb7fc
📝 Update release notes
2020-11-05 23:13:28 +00:00
Sebastián Ramírez
5786d2ef78
📝 Fix image links for sponsors ( #2304 )
2020-11-06 00:13:04 +01:00
Sebastián Ramírez
166088775a
🔖 Release version 0.61.2
2020-11-06 00:04:32 +01:00
Sebastián Ramírez
1052914c20
📝 Update release notes
2020-11-06 00:03:52 +01:00
github-actions
7bdc86b6b4
📝 Update release notes
2020-11-05 22:53:41 +00:00
Camila Gutierrez
733218f199
✏️ Fix typo in Tutorial - Path Parameters ( #2231 )
2020-11-05 23:53:10 +01:00
github-actions
3fb6d2982f
📝 Update release notes
2020-11-05 22:52:49 +00:00
David Dobrinskiy
b323726d86
✏ Fix a stylistic error in docs ( #2206 )
2020-11-05 23:52:17 +01:00
github-actions
2db2381b68
📝 Update release notes
2020-11-05 22:51:01 +00:00
atsumi
d31648c82e
🌐 Add Japanese translation for Advanced Tutorial - Response Directly ( #2191 )
...
* Add Japanese translation for Advanced - response-directly
* Apply suggestions from code review
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-05 23:50:38 +01:00
github-actions
e6c2343691
📝 Update release notes
2020-11-05 22:45:29 +00:00
谭九鼎
ab0379ee52
✏ Fix capitalizaiton typo in docs ( #2204 )
2020-11-05 23:44:56 +01:00
github-actions
790fa217f7
📝 Update release notes
2020-11-05 22:42:49 +00:00
Ammar Asmro
b892b5e028
✏ Fix typo in docs ( #2179 )
2020-11-05 23:42:07 +01:00
github-actions
39eedb31f7
📝 Update release notes
2020-11-05 22:39:33 +00:00
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-05 23:39:09 +01:00
github-actions
5821ea8a69
📝 Update release notes
2020-11-05 22:34:08 +00:00
nukopy
3dbdc74366
✏ Fix typos and add rewording in docs ( #2159 )
...
* docs: fix typo in chapter "Request Body" in "Tutorial - User Guide"
* docs: modify a sentence in chapter "Query Parameters and String Validations" in "Tutorial - User Guide"
* docs: fix two grammatical mistakes in chapter "Path Parameters and Numeric Validations" in "Tutorial - User Guide"
2020-11-05 23:33:06 +01:00
github-actions
939acef803
📝 Update release notes
2020-11-05 22:31:20 +00:00
nukopy
22a5960d36
📝 Fix code consistency in examples for Tutorial - User Guide - Path Parameters ( #2158 )
2020-11-05 23:30:09 +01:00
github-actions
8c5efe0b4b
📝 Update release notes
2020-11-05 22:29:07 +00:00
Teofilo Zosa
730ded2870
📝 Fix renamed parameter `content_type` typo ( #2135 )
2020-11-05 23:26:28 +01:00
github-actions
1a000d7e5f
📝 Update release notes
2020-11-05 22:24:33 +00:00
Taki Komiyama
104ee630fc
📝 Add Japanese translation for Tutorial - Security - First Steps ( #2153 )
...
Co-authored-by: atsumi <atsumi.tatsuya@gmail.com>
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
2020-11-05 23:24:05 +01:00
github-actions
ea69c373ac
📝 Update release notes
2020-11-05 22:21:54 +00:00
Teofilo Zosa
9118749128
✏ Fix minor typos in docs ( #2122 )
2020-11-05 23:20:55 +01:00
github-actions
87ad6a46e8
📝 Update release notes
2020-11-05 22:14:40 +00:00
Adrian
75c64b6e4c
✏ Fix typos in docs and source examples ( #2102 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-05 23:14:17 +01:00
github-actions
ccd3b97f03
📝 Update release notes
2020-11-05 22:03:04 +00:00
Nutchanon Ninyawee
074d39fa17
✏ Fix incorrect Celery URLs in docs ( #2100 )
2020-11-05 23:02:07 +01:00
github-actions
f1419322b3
📝 Update release notes
2020-11-05 21:58:33 +00:00
github-actions
82a1300257
📝 Update release notes
2020-11-05 21:56:17 +00:00
Aaron Christianson
13d9de4a49
📝 Simplify intro to Python Types, all currently supported Python versions include type hints 🎉 ( #2085 )
2020-11-05 22:53:44 +01:00
github-actions
f931dd0717
📝 Update release notes
2020-11-05 21:44:18 +00:00
github-actions
0c895f1eaf
📝 Update release notes
2020-11-05 21:42:54 +00:00
github-actions
cc9e6b3484
📝 Update release notes
2020-11-05 21:39:59 +00:00
github-actions
7e708f7411
📝 Update release notes
2020-11-05 21:32:20 +00:00
Alejo Carballude
e09646441d
✏ Fix typo in Benchmarks ( #1995 )
2020-11-05 22:31:38 +01:00
github-actions
1631f981af
📝 Update release notes
2020-11-05 21:22:25 +00:00
github-actions
a676899557
📝 Update release notes
2020-11-05 21:10:35 +00:00
github-actions
9fcec3abe9
📝 Update release notes
2020-11-05 21:05:15 +00:00
Daniel Murrell
5df00f3ec4
📝 Add note in CORS tutorial about allow_origins with ["*"] and allow_credentials ( #1895 )
2020-11-05 22:03:45 +01:00
github-actions
20ba6e8b97
📝 Update release notes
2020-11-05 20:51:04 +00:00
Sebastián Ramírez
a42c690496
📝 Add deployment to Deta, the first gold sponsor 🎉 ( #2303 )
...
* 📝 Add docs for sponsors
* 📝 Add docs for deploying on Deta
* 🍱 Add Deta docs screenshots
* ♻️ Refactor and separate deployment docs
* 📝 Update internal docs links to Deployment
* 📝 Update links in Deta tutorial
* 🍱 Update sponsors images
* 🔧 Use sponsors data from YAML
* 📝 Update sponsors in languages docs
* ✨ Update docs generation scripts
* ✅ Update README.md testing
* 📝 Update main README
* 🔧 Update fastapi-people action handling individual sponsors
* ✏️ Fix typos in Deta tutorial
2020-11-05 21:50:37 +01:00
github-actions
bed0f065fa
📝 Update release notes
2020-11-01 21:54:32 +00:00
SwftAlpc
76632fcf24
🌐 Add Japanese translation for Tutorial - Query Parameters and String Validations ( #1901 )
...
Co-authored-by: atsumi <atsumi.tatsuya@gmail.com>
Co-authored-by: ryusuke.miyaji <bluce826@gmail.com>
Co-authored-by: ryuckel <36391432+ryuckel@users.noreply.github.com>
Co-authored-by: tokusumi <tksmtoms@gmail.com>
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
2020-11-01 22:54:05 +01:00
github-actions
32a010394f
📝 Update release notes
2020-11-01 21:40:13 +00:00
github-actions[bot]
8d572faa24
👥 Update FastAPI People ( #2282 )
...
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-11-01 22:39:51 +01:00
github-actions
f495d98fae
📝 Update release notes
2020-10-25 18:48:12 +00:00
Camila Gutierrez
3702cef08d
✏️ Fix uppercase in Tutorial - Query Parameters ( #2245 )
2020-10-25 19:47:46 +01:00
github-actions
9474706ec2
📝 Update release notes
2020-10-25 18:46:59 +00:00
github-actions
c75c13c3b0
📝 Update release notes
2020-10-25 18:25:55 +00:00
Sebastián Ramírez
8673e1c127
📝 Add articles to External Links ( #2247 )
2020-10-25 19:25:31 +01:00
github-actions
360868fe25
📝 Update release notes
2020-10-25 18:12:21 +00:00
github-actions
c6e950dc9c
📝 Update release notes
2020-10-25 17:54:58 +00:00
github-actions
612d114f3a
📝 Update release notes
2020-10-25 11:59:34 +00:00
github-actions
cdf0f8a933
📝 Update release notes
2020-10-24 11:33:24 +00:00
github-actions
dca9cc3ec5
📝 Update release notes
2020-10-18 20:19:45 +00:00
github-actions[bot]
d6f37b2138
👥 Update FastAPI People ( #2202 )
...
Co-authored-by: github-actions <github-actions@github.com>
2020-10-18 22:19:01 +02:00
github-actions
5a13f78078
📝 Update release notes
2020-10-18 20:16:53 +00:00
github-actions
142710a0f3
📝 Update release notes
2020-10-18 20:05:19 +00:00
github-actions
00104c9259
📝 Update release notes
2020-10-18 19:57:42 +00:00
github-actions
9b7125f66b
📝 Update release notes
2020-10-18 19:52:30 +00:00
github-actions
7a02d862aa
📝 Update release notes
2020-10-18 19:45:51 +00:00
github-actions
1ea24e1813
📝 Update release notes
2020-10-18 19:36:23 +00:00
Sebastián Ramírez
492c0924c4
👥 Add new section FastAPI People ( #2195 )
...
* 👥 Update FastAPI People
* ✨ Add first version of FastAPI People GitHub action code
* 🐳 Add Docker and configs for the FastAPI People GitHub Action
* 👷 Add GitHub Action workflow for FastAPI People
* 📝 Add FastAPI People to docs
* 💄 Add custom CSSs for FastAPI People
2020-10-18 21:35:42 +02:00
github-actions
048355f01d
📝 Update release notes
2020-10-18 07:05:30 +00:00
Fabio Serrao
fe889f38e8
🌐 Add Portuguese translation for External Links ( #1443 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-18 09:04:47 +02:00
github-actions
1dd2bc7675
📝 Update release notes
2020-10-18 06:03:03 +00:00
T. Tokusumi
91ffa0ed27
🌐 Add Japanese translation for Tutorial - CORS ( #2125 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: atsumi <atsumi.tatsuya@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-18 08:02:19 +02:00
github-actions
6ab0f89858
📝 Update release notes
2020-10-18 05:57:45 +00:00
Taki Komiyama
bfc9733660
🌐 Add Japanese translation for Contributing ( #2067 )
...
Co-authored-by: atsumi <atsumi.tatsuya@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-18 07:57:05 +02:00
github-actions
9c00618710
📝 Update release notes
2020-10-18 05:48:25 +00:00
T. Tokusumi
beedd199e8
🌐 Add Japanese translation for Project Generation ( #2050 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-18 07:47:45 +02:00
github-actions
ae580deaea
📝 Update release notes
2020-10-18 05:38:53 +00:00
atsumi
e1231eeef1
🌐 Add Japanese translation for Alternatives ( #2043 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-18 07:38:09 +02:00
github-actions
8a1ebb38e2
📝 Update release notes
2020-10-18 05:30:50 +00:00
Juan Sebastian Avila Rodriguez
e9413f2711
✏ Fix typo in Spanish tutorial index ( #2020 )
2020-10-18 07:28:44 +02:00
github-actions
7434d2bec7
📝 Update release notes
2020-10-18 05:26:55 +00:00
Taki Komiyama
f2c565d8e4
🌐 Add Japanese translation for History Design and Future ( #2002 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-18 07:26:14 +02:00
github-actions
cb55d7cdde
📝 Update release notes
2020-10-17 18:44:24 +00:00
Taki Komiyama
d513680005
🌐 Add Japanese translation for Benchmarks ( #1992 )
...
Co-authored-by: atsumi <atsumi.tatsuya@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-17 20:43:43 +02:00
github-actions
a5ee4d93d2
📝 Update release notes
2020-10-17 13:56:21 +00:00
SwftAlpc
3a2d4434ce
🌐 Add Japanese translation for Tutorial - Header Parameters ( #1935 )
...
Co-authored-by: ryusuke.miyaji <bluce826@gmail.com>
Co-authored-by: ryuckel <36391432+ryuckel@users.noreply.github.com>
Co-authored-by: tokusumi <tksmtoms@gmail.com>
Co-authored-by: T. Tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-17 15:55:39 +02:00
github-actions
d1dfc812f1
📝 Update release notes
2020-10-17 13:46:12 +00:00
github-actions
5a776fbff5
📝 Update release notes
2020-10-17 13:40:03 +00:00
github-actions
642762564d
📝 Update release notes
2020-10-17 10:43:35 +00:00
Jéssica Paz
78ead585f8
🌐 Add Portuguese translation for Tutorial - First Steps ( #1861 )
...
Co-authored-by: deniscapeto <deniscapeto@gmail.com>
2020-10-17 12:41:44 +02:00
github-actions
48bf243050
📝 Update release notes
2020-10-17 06:43:16 +00:00
Sebastián Ramírez
0e920e6f02
🌐 Add Portuguese translation for Python Types ( #1796 )
...
* Portuguese translation python-types
* Change 'dicas de tipo' to 'type hints'
2020-10-17 08:40:31 +02:00
github-actions
afac22dfd2
📝 Update release notes
2020-10-17 06:39:20 +00:00
T. Tokusumi
2836e10e2d
🌐 Add Japanese translation for Help FastAPI ( #1692 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: ryusuke.miyaji <bluce826@gmail.com>
Co-authored-by: ryuckel <36391432+ryuckel@users.noreply.github.com>
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-10-17 08:38:37 +02:00
github-actions
aa62d9212f
📝 Update release notes
2020-10-17 06:32:39 +00:00