]>
git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
Xie Wei [Fri, 12 Jun 2020 22:40:05 +0000 (06:40 +0800)]
🌐 Add Chinese translation for help-fastapi.md (#1465)
* add chinese translation for help-fastapi.md
* improve translations
Co-authored-by: Waynerv <wei.xie@woqutech.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Fri, 12 Jun 2020 22:29:43 +0000 (00:29 +0200)]
📝 Update release notes
Xie Wei [Fri, 12 Jun 2020 22:26:40 +0000 (06:26 +0800)]
🌐 Add Chinese translation for query-params.md (#1454)
Co-authored-by: Waynerv <wei.xie@woqutech.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Fri, 12 Jun 2020 22:21:53 +0000 (00:21 +0200)]
📝 Update release notes
Xie Wei [Fri, 12 Jun 2020 22:18:57 +0000 (06:18 +0800)]
🌐 Add Chinese translation for contributing.md (#1460)
Co-authored-by: Waynerv <wei.xie@woqutech.com>
Sebastián Ramírez [Fri, 12 Jun 2020 22:18:20 +0000 (00:18 +0200)]
📝 Update release notes
Xie Wei [Fri, 12 Jun 2020 22:14:58 +0000 (06:14 +0800)]
🌐 Add Chinese translation for path-params.md (#1453)
* add chinese translation for path-params.md
* improve translations
* improve translations
Co-authored-by: Waynerv <wei.xie@woqutech.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Fri, 12 Jun 2020 22:09:41 +0000 (00:09 +0200)]
📝 Update release notes
Kabir Khan [Fri, 12 Jun 2020 22:06:53 +0000 (15:06 -0700)]
📝 Add cookiecutter-spacy-fastapi to docs (#1390)
Sebastián Ramírez [Fri, 12 Jun 2020 21:46:05 +0000 (23:46 +0200)]
📝 Update release notes
yaegassy [Fri, 12 Jun 2020 21:44:23 +0000 (06:44 +0900)]
📝 Add docs in Python Types for Optional (#1377)
* docs: Fix pydantic example in python-types.md
* 📝 Update Python Types Intro to include Optional
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Fri, 12 Jun 2020 21:00:09 +0000 (23:00 +0200)]
📝 Update release notes
Micah Rosales [Fri, 12 Jun 2020 20:57:59 +0000 (15:57 -0500)]
🐛 Fix callable class generator dependencies (#1365)
* Fix callable class generator dependencies
* workaround to support asynccontextmanager backfill for pre python3.7
Co-authored-by: Micah Rosales <mrosales@users.noreply.github.com>
Sebastián Ramírez [Fri, 12 Jun 2020 20:47:37 +0000 (22:47 +0200)]
📝 Update release notes
Dylan Anthony [Fri, 12 Jun 2020 20:44:40 +0000 (16:44 -0400)]
🔇 Remove error log when parsing malformed JSON body as it's a client error (#1351)
Sebastián Ramírez [Fri, 12 Jun 2020 20:42:40 +0000 (22:42 +0200)]
📝 Update release notes
Xie Wei [Fri, 12 Jun 2020 20:39:26 +0000 (04:39 +0800)]
🌐 Translate doc first steps to Chinese (#1323)
* WIP:add Chinese translation for first steps doc
* add Chinese translation for first steps doc
* improve translations
Co-authored-by: Waynerv <wei.xie@woqutech.com>
Sebastián Ramírez [Fri, 12 Jun 2020 20:37:34 +0000 (22:37 +0200)]
📝 Update release notes
Nik [Fri, 12 Jun 2020 20:35:59 +0000 (23:35 +0300)]
🐛 Fix OpenAPI generation when using callbacks with routers including Pydantic models (#1322)
* drop model class from additional responses when generating openapi
* ♻️ Copy response to be mutated early in get_openapi_path
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Fri, 12 Jun 2020 20:01:22 +0000 (22:01 +0200)]
📝 Update release notes
Kazantcev Andrey [Fri, 12 Jun 2020 19:59:32 +0000 (22:59 +0300)]
:zap: Optimize regexp pattern in get_path_param_names (#1243)
Sebastián Ramírez [Fri, 12 Jun 2020 19:43:17 +0000 (21:43 +0200)]
📝 Update release notes
Pankaj Giri [Fri, 12 Jun 2020 19:41:44 +0000 (01:11 +0530)]
📝 Remove *, from functions where it's not needed #1234 (#1239)
* Fix for - [FEATURE] Remove *, where it's not needed #1234
* 🔥 Remove unnecessary arg *,
* 🎨 Update docs format highlight lines
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Fri, 12 Jun 2020 16:57:56 +0000 (18:57 +0200)]
📝 Update release notes
Cesare De Cal [Fri, 12 Jun 2020 16:53:52 +0000 (18:53 +0200)]
🌐 Generated new translation directory to support Italian docs (#1557)
* Generated new translation directory to support Italian docs
* ⬆️ Upgrade/pin pytest to >= 5.4.3
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Thu, 11 Jun 2020 22:22:17 +0000 (00:22 +0200)]
🔖 Release version 0.56.0
Sebastián Ramírez [Thu, 11 Jun 2020 22:05:17 +0000 (00:05 +0200)]
📝 Update release notes
Ingmar Steen [Thu, 11 Jun 2020 21:53:19 +0000 (23:53 +0200)]
✨ Add support for ASGI root_path for openapi docs (#1199)
* Use ASGI root_path when it is provided and openapi_prefix is empty.
* Strip trailing slashes from root_path.
* Please mypy.
* Fix extending openapi test.
* 📝 Add docs and tutorial for using root_path behind a proxy
* ♻️ Refactor application root_path logic, use root_path, deprecate openapi_prefix
* ✅ Add tests for Behind a Proxy with root_path
* ♻️ Refactor test
* 📝 Update/add docs for Sub-applications and Behind a Proxy
* 📝 Update Extending OpenAPI with openapi_prefix parameter
* ✅ Add test for deprecated openapi_prefix
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sun, 7 Jun 2020 20:02:36 +0000 (22:02 +0200)]
📝 Update release notes
Sebastián Ramírez [Sun, 7 Jun 2020 20:00:15 +0000 (22:00 +0200)]
📝 Update help and issue templates (#1531)
* 📝 Update help docs: Gitter, issues, links
also fix Gitter tab padding
* 📝 Update new GitHub issue templates
* 📝 Add note about extra help required for new issues
Sebastián Ramírez [Fri, 5 Jun 2020 15:35:39 +0000 (17:35 +0200)]
📝 Update release notes
Sebastián Ramírez [Fri, 5 Jun 2020 15:34:43 +0000 (17:34 +0200)]
🔧 Update issue-manager GitHub action (#1520)
Sebastián Ramírez [Sun, 24 May 2020 06:48:52 +0000 (08:48 +0200)]
📝 Update release notes
Sebastián Ramírez [Sun, 24 May 2020 06:48:09 +0000 (08:48 +0200)]
📝 Add new links (#1467)
* 📝 Update opinions including Netflix and add format
* 📝 Add new external links
* 📝 Update README
Sebastián Ramírez [Sun, 24 May 2020 05:47:19 +0000 (07:47 +0200)]
📝 Update release notes
Xie Wei [Sun, 24 May 2020 05:43:26 +0000 (13:43 +0800)]
🌐 Add Chinese translation for docs/python-types.md (#1197)
* Add Chinese tranlation for docs/python-types.md
* improve translation
Sebastián Ramírez [Sat, 23 May 2020 16:59:02 +0000 (18:59 +0200)]
🔖 Release version 0.55.1
Sebastián Ramírez [Sat, 23 May 2020 16:58:17 +0000 (18:58 +0200)]
📝 Update release notes
Sebastián Ramírez [Sat, 23 May 2020 16:56:18 +0000 (18:56 +0200)]
🐛 Fix Enum handling with their own schema definitions (#1463)
* 🐛 Fix extra support for enum with its own schema
* ✅ Fix/update test for enum with its own schema
* 🐛 Fix type declarations
* 🔧 Update format and lint scripts to support locally installed Pydantic and Starlette
* 🐛 Add temporary type ignores while enum schemas are merged
Sebastián Ramírez [Sat, 23 May 2020 14:06:17 +0000 (16:06 +0200)]
🔖 Release version 0.55.0
Sebastián Ramírez [Sat, 23 May 2020 14:05:41 +0000 (16:05 +0200)]
📝 Update release notes
Sebastián Ramírez [Sat, 23 May 2020 14:04:25 +0000 (16:04 +0200)]
✅ Add test to support Enums with their own re-usable schema (#1461)
Sebastián Ramírez [Sun, 17 May 2020 14:04:35 +0000 (16:04 +0200)]
📝 Update release notes
Sebastián Ramírez [Sun, 17 May 2020 14:03:53 +0000 (16:03 +0200)]
📝 Add links to GitHub sponsors 💸 (#1425)
* 📝 Add links to GitHub sponsors
* ✏ Update link to sponsors
Sebastián Ramírez [Sun, 17 May 2020 11:51:46 +0000 (13:51 +0200)]
📝 Update release notes
retnikt [Sun, 17 May 2020 11:50:42 +0000 (12:50 +0100)]
✏ Fix minor erratum in Question issue template (#1344)
Sebastián Ramírez [Sun, 17 May 2020 11:50:05 +0000 (13:50 +0200)]
📝 Update release notes
Stavros Korokithakis [Sun, 17 May 2020 11:48:05 +0000 (14:48 +0300)]
📝 Add warning about storing user passwords (#1336)
Sebastián Ramírez [Sun, 17 May 2020 11:41:12 +0000 (13:41 +0200)]
📝 Update release notes
Chen Rotem Levy [Sun, 17 May 2020 11:40:55 +0000 (14:40 +0300)]
✏️ Fix typo in [en] tutorial: exception handeling (#1326)
* Fix typo
* ✏️ Fix typo
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sun, 17 May 2020 11:36:04 +0000 (13:36 +0200)]
📝 Update release notes
Fabio Serrao [Sun, 17 May 2020 11:32:44 +0000 (08:32 -0300)]
🌐 Add Portuguese translation for alternatives.md (#1325)
* Portuguese translation for alternatives.md
* 🔥 Remove file not yet translated
* ✏️ Add small format and wording changes
* 🔧 Update Portuguese MkDocs
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sun, 17 May 2020 10:59:17 +0000 (12:59 +0200)]
📝 Update release notes
Xie Wei [Sun, 17 May 2020 10:56:57 +0000 (18:56 +0800)]
✏ Fix 2 typos in docs (#1324)
Sebastián Ramírez [Sun, 17 May 2020 10:50:00 +0000 (12:50 +0200)]
📝 Update release notes
Sebastián Ramírez [Sun, 17 May 2020 10:46:57 +0000 (12:46 +0200)]
📝 Update release notes
Derek Bekoe [Sun, 17 May 2020 10:48:02 +0000 (03:48 -0700)]
📝 Update cors.md - CORS max_age 600 (#1301)
Update max_age documentation from 60 to the actual default value of 600.
https://github.com/encode/starlette/blob/master/starlette/middleware/cors.py#L23
Related PR https://github.com/encode/starlette/pull/909
Fabio Serrao [Sun, 17 May 2020 10:46:22 +0000 (07:46 -0300)]
🌐 Add Portuguese translation for index.md (#1300)
* Portuguese Translation for index.md
* ✏️ Update * for consistency with recent changes
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sun, 17 May 2020 10:38:10 +0000 (12:38 +0200)]
📝 Update release notes
Chris Allnutt [Sun, 17 May 2020 10:37:15 +0000 (06:37 -0400)]
✏ Re-word and clarify docs for extra info in body-fields (#1299)
* Fixed Typo in [EN] tutorial: body-fields
- remove duplicate of examples text
* ✏️ Re-word and clarify extra info docs
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sun, 17 May 2020 10:30:00 +0000 (12:30 +0200)]
📝 Update release notes
Sebastián Ramírez [Sun, 17 May 2020 10:28:37 +0000 (12:28 +0200)]
✏️ Make sure the * in the README is consistent in the docs (#1424)
Sebastián Ramírez [Sun, 17 May 2020 10:15:58 +0000 (12:15 +0200)]
📝 Update release notes
Sebastián Ramírez [Sun, 17 May 2020 10:11:32 +0000 (12:11 +0200)]
📝 Update release notes
Beau Barker [Sun, 17 May 2020 10:14:14 +0000 (20:14 +1000)]
📝 Update location of get_db in SQL docs (#1293)
Sebastián Ramírez [Sun, 17 May 2020 10:11:17 +0000 (12:11 +0200)]
✏️ Fix typos in async docs (#1423)
Sebastián Ramírez [Sat, 16 May 2020 19:00:28 +0000 (21:00 +0200)]
🔖 Release 0.54.2
Sebastián Ramírez [Sat, 16 May 2020 18:56:58 +0000 (20:56 +0200)]
📝 Update release notes
Alvaro Pernas [Sat, 16 May 2020 18:53:40 +0000 (20:53 +0200)]
🌐 Add Spanish translation for Concurrency and async / await (#1290)
* final touches to async section ES translation
* minor fixes
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* Update docs/es/docs/async.md
Co-Authored-By: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
* 📝 Update async/await docs in EN with emojis
* 📝 Update wording, format, and emojis for async/await in ES
* 🔧 Add async.md to MkDocs for Spanish
Co-authored-by: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 16:03:17 +0000 (18:03 +0200)]
📝 Update release notes
Donghui Wang [Sat, 16 May 2020 16:02:05 +0000 (00:02 +0800)]
🔥 Remove vote link (#1289)
remove 'Vote to include FastAPI in awesome-python', because the PR was closed
Sebastián Ramírez [Sat, 16 May 2020 15:47:26 +0000 (17:47 +0200)]
📝 Update release notes
Sebastián Ramírez [Sat, 16 May 2020 15:45:12 +0000 (17:45 +0200)]
✨ Allow disabling docs UIs by disabling OpenAPI (#1421)
* ✨ Allow disabling docs UIs by disabling openapi_url
* 📝 Add docs for disabling OpenAPI and docs in prod or other environments
* ✅ Add tests for disabling OpenAPI and docs
Sebastián Ramírez [Sat, 16 May 2020 13:41:21 +0000 (15:41 +0200)]
📝 Update release notes
Fabio Serrao [Sat, 16 May 2020 13:37:57 +0000 (10:37 -0300)]
🌐 Add Portuguese translation for benchmarks (#1274)
* Translation benchmarks
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* Update docs/pt/docs/benchmarks.md
Co-Authored-By: Marcos Monteiro <marcosmmb90@gmail.com>
* 🔧 Include benchmark translation in MkDocs for Portuguese
Co-authored-by: Marcos Monteiro <marcosmmb90@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 13:29:08 +0000 (15:29 +0200)]
📝 Update release notes
Marcos Monteiro [Sat, 16 May 2020 13:28:26 +0000 (10:28 -0300)]
🌐 Add Portuguese translation for the tutorial/index page (#1259)
* Translate tutorial/index.md to Portuguese
* ✏️ Update capitalization
* 🔧 Update docs section title in Portuguese
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 13:18:18 +0000 (15:18 +0200)]
📝 Update release notes
Sebastián Ramírez [Sat, 16 May 2020 13:17:24 +0000 (15:17 +0200)]
✨ Allow Unicode in MkDocs for translations instead of escaped chars (#1419)
Sebastián Ramírez [Sat, 16 May 2020 13:01:10 +0000 (15:01 +0200)]
📝 Update release notes
Juan Funez [Sat, 16 May 2020 12:58:00 +0000 (14:58 +0200)]
🌐 Add Spanish translation for advanced/index.md (#1250)
* spanish translation for advanced/index.md
* Ajustes sugeridos
* ✏️ Capitalize docs title
* 🔧 Add config to MkDocs for spanish
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 12:48:56 +0000 (14:48 +0200)]
📝 Update release notes
Marcos Monteiro [Sat, 16 May 2020 12:46:49 +0000 (09:46 -0300)]
🌐 Add Portuguese translation for the history-design-future page (#1249)
* Translate history-design-future.md to Portuguese
* Update docs/pt/docs/history-design-future.md
Co-Authored-By: Cássio Botaro <cassiobotaro@gmail.com>
* 📝 Capitalize title
Co-authored-by: Cássio Botaro <cassiobotaro@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 12:39:54 +0000 (14:39 +0200)]
📝 Update release notes
Marcos Monteiro [Sat, 16 May 2020 12:37:17 +0000 (09:37 -0300)]
🌐 Add Portuguese translation for Features (#1248)
* Translate features.md file to Portuguese
* Changes word of features.md translation to Portuguese
* Fixing typos and bad wording
Thanks @Serrones for the kind review
Sebastián Ramírez [Sat, 16 May 2020 11:06:28 +0000 (13:06 +0200)]
📝 Update release notes
Sebastián Ramírez [Sat, 16 May 2020 11:05:21 +0000 (13:05 +0200)]
🐛 Fix Spanish MkDocs title
MartinEliasQ [Sat, 16 May 2020 11:02:20 +0000 (06:02 -0500)]
🌐 Add Spanish translation for the tutorial-user-guide index page (#1244)
* Spanish translation for the tutorial-user-guide index page
* Improve some parts of the text in terms of writing
* Change the wording to keep the documentation consistent.
* :memo: Add small wording and consistency changes
* :art: Apply the same consistency changes to EN 🤷
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 10:47:44 +0000 (12:47 +0200)]
:memo: Update release notes
Ikkyu [Sat, 16 May 2020 10:45:04 +0000 (18:45 +0800)]
🌐 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>
Sebastián Ramírez [Sat, 16 May 2020 10:38:13 +0000 (12:38 +0200)]
:memo: Update release notes
Xie Wei [Sat, 16 May 2020 10:32:31 +0000 (18:32 +0800)]
🌐 Add Chinese translation for tutorial intro doc (#1202)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 10:21:06 +0000 (12:21 +0200)]
:memo: Update release notes
Dustyposa [Sat, 16 May 2020 10:18:04 +0000 (18:18 +0800)]
:globe_with_meridians: Add translation of features.md to Chinese (#1192)
* translation features.md to Chinese
* update review data
* :DOCS: update with review
* :fire: Remove double link in build mkdocs.yml for other languages
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Sebastián Ramírez [Sat, 16 May 2020 10:04:32 +0000 (12:04 +0200)]
:memo: Update release notes
Xie Wei [Sat, 16 May 2020 09:58:10 +0000 (17:58 +0800)]
:globe_with_meridians: 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>
Sebastián Ramírez [Sat, 18 Apr 2020 15:57:50 +0000 (17:57 +0200)]
:memo: Update release notes
Sebastián Ramírez [Sat, 18 Apr 2020 15:56:35 +0000 (17:56 +0200)]
:memo: Update project generation docs (#1287)
Sebastián Ramírez [Sat, 11 Apr 2020 17:22:35 +0000 (19:22 +0200)]
:memo: Update release notes
Camila Gutierrez [Sat, 11 Apr 2020 17:20:32 +0000 (19:20 +0200)]
:memo: Add Spanish translation for the Python Types Intro page (#1237)
* Spanish translation Python Types Intro page
* :memo: Fix tuple docs in Types intro
* :pencil2: Fix typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>