Commit Graph

1441 Commits

Author SHA1 Message Date
Urchin 85cff59109
🌐 Add Russian translation for `docs/external-links.md` (#3036) 2021-07-29 20:21:06 +00:00
github-actions b869c7c872 📝 Update release notes 2021-07-29 20:16:29 +00:00
jaystone776 016c3f0d5b
🌐 Add Chinese translation for `docs/tutorial/dependencies/global-dependencies.md` (#3493)
as title
2021-07-29 22:15:54 +02:00
github-actions 4eb9c60652 📝 Update release notes 2021-07-29 20:15:22 +00:00
Lucas 8879757a88
🌐 Add Portuguese translation for `docs/deployment/versions.md` (#3618)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2021-07-29 22:14:40 +02:00
Sebastián Ramírez fadfcfda4a 📝 Update release notes 2021-07-29 22:12:55 +02:00
github-actions b8c4149e89 📝 Update release notes 2021-07-29 20:01:49 +00:00
Edouard Lavery-Plante 836bb97a2d
Add support for extensions and updates to the OpenAPI schema in path operations (#1922)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-29 22:01:13 +02:00
github-actions 7db359182d 📝 Update release notes 2021-07-29 15:30:57 +00:00
github-actions 6a74f3a0c1 📝 Update release notes 2021-07-29 15:18:55 +00:00
Edward Knight daa0765653
📝 Update docs about async and response-model with more gender neutral language (#1869) 2021-07-29 17:18:20 +02:00
github-actions 27e26b5939 📝 Update release notes 2021-07-29 15:10:59 +00:00
dkreeft 6f45f43709
Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: dkreeft <dkreeft@xccelerated.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-29 17:10:22 +02:00
github-actions 6c80e9a8e0 📝 Update release notes 2021-07-29 10:31:22 +00:00
github-actions 9121fccf55 📝 Update release notes 2021-07-29 09:26:40 +00:00
Marcelo Trylesinski fa2c750443
Add the `docs_src` directory to test coverage and update tests (#1904)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-29 11:26:07 +02:00
github-actions 29e7b31ee6 📝 Update release notes 2021-07-28 15:36:03 +00:00
Yuya Sato bb6c6ed5d1
🌐 Add Japanese translation for `docs/tutorial/security/oauth2-jwt.md` (#3526)
Co-authored-by: tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-07-28 17:35:25 +02:00
github-actions 1a5273773e 📝 Update release notes 2021-07-27 10:23:49 +00:00
Sebastián Ramírez 996dfd05bd 📝 Update release notes 2021-07-21 21:15:58 +02:00
github-actions 0a1dd7894c 📝 Update release notes 2021-07-21 19:14:32 +00:00
Sebastián Ramírez dbfd3f7e18
📝 Add official FastAPI Twitter to docs (#3578) 2021-07-21 21:13:58 +02:00
Sebastián Ramírez a0209a0d2c 🔖 Release version 0.67.0 2021-07-21 20:00:39 +02:00
Sebastián Ramírez 099aab79e6 📝 Update release notes 2021-07-21 19:59:38 +02:00
github-actions 7dc5b94d45 📝 Update release notes 2021-07-21 17:54:42 +00:00
Sebastián Ramírez 684c0077cc
Add support for `dataclasses` in request bodies and `response_model` (#3577) 2021-07-21 19:54:08 +02:00
github-actions 75d8a6b5c2 📝 Update release notes 2021-07-21 14:39:54 +00:00
github-actions 49517d3310 📝 Update release notes 2021-07-21 13:16:08 +00:00
Ehigie Aito 9355cc4eaa
📝 Add external link: How to Create A Fake Certificate Authority And Generate TLS Certs for FastAPI (#2839)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 13:15:33 +00:00
github-actions 1ce59152e7 📝 Update release notes 2021-07-21 12:44:53 +00:00
jaystone776 1241f7f0b7
✏ Fix code highlighted line in: `body-nested-models.md` (#3463) 2021-07-21 14:44:15 +02:00
github-actions fd74c0f6a4 📝 Update release notes 2021-07-21 12:42:05 +00:00
jaystone776 e4eac12c34
✏ Fix typo in `body-nested-models.md` (#3462)
Typo in line 201, *where* should be *were*
2021-07-21 14:41:24 +02:00
github-actions b235653a6c 📝 Update release notes 2021-07-21 12:37:40 +00:00
David Brakman 4cb4bdb984
✏ Fix typo "might me" -> "might be" in `docs/en/docs/tutorial/schema-extra-example.md` (#3362)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 12:37:06 +00:00
github-actions ba596152d9 📝 Update release notes 2021-07-21 12:28:48 +00:00
Shahriyar Rzayev a1227624c8
📝 Add external link: Building simple E-Commerce with NuxtJS and FastAPI (#3271)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 12:28:15 +00:00
github-actions 9ce1ae771c 📝 Update release notes 2021-07-21 12:21:46 +00:00
Rodrigo Arenas b9fed9b485
📝 Add external link: Serve a machine learning model using Sklearn, FastAPI and Docker (#2974)
Co-authored-by: rodrigoarenas456 <31422766+rodrigoarenas456@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 14:20:53 +02:00
github-actions 0d97e1f97d 📝 Update release notes 2021-07-21 12:15:08 +00:00
github-actions bcd06fdfdf 📝 Update release notes 2021-07-21 12:11:22 +00:00
Marcelo Trylesinski fc35b7d18d
🎨 Improve style for sponsors, add radius border (#2388)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 14:10:47 +02:00
github-actions 8c12ab0d5b 📝 Update release notes 2021-07-21 11:15:03 +00:00
Sebastián Ramírez 38194a29bc
📝 Add External Link: Deploy FastAPI on Ubuntu and Serve using Caddy 2 Web Server (#3572) 2021-07-21 13:14:28 +02:00
github-actions 6b65de6033 📝 Update release notes 2021-07-21 11:12:47 +00:00
github-actions f80230d654 📝 Update release notes 2021-07-21 11:11:43 +00:00
github-actions f6cc418d79 📝 Update release notes 2021-07-21 11:10:13 +00:00
github-actions 3ce9407093 📝 Update release notes 2021-07-21 11:08:47 +00:00
github-actions ef1716c39e 📝 Update release notes 2021-07-21 10:42:13 +00:00
Sebastián Ramírez 7741635b3b
🔧 Add External Link, replaces #1898 (#3571) 2021-07-21 09:39:12 +00:00
github-actions c1801738b0 📝 Update release notes 2021-07-21 08:52:50 +00:00
Sebastián Ramírez ba84f167f5
🔧 Sort external links in docs to have the most recent at the top (#3568) 2021-07-21 10:52:10 +02:00
Sebastián Ramírez 0a38c51b9e 🔖 Release 0.66.1 2021-07-19 21:26:52 +02:00
Sebastián Ramírez db5b2bdf56 📝 Update release notes 2021-07-19 21:21:40 +02:00
github-actions 5ac84120b3 📝 Update release notes 2021-07-19 19:15:35 +00:00
Thomas Grainger 2d296c5d07
🔧 Configure strict pytest options and update/refactor tests (#2790)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-19 21:14:58 +02:00
github-actions 71c96d9eb9 📝 Update release notes 2021-07-19 12:49:41 +00:00
Mark H 5342a0a00f
🌐 Add basic setup for German translations (#3522) 2021-07-19 14:49:09 +02:00
github-actions 163b086f21 📝 Update release notes 2021-07-19 12:47:20 +00:00
oandersonmagalhaes 0876d3df1d
🌐 Add Portuguese translation for `docs/tutorial/security/index.md` (#3507)
Co-authored-by: Izabela Guerreiro <izaguerreiro@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-19 14:46:39 +02:00
github-actions 50baf5e804 📝 Update release notes 2021-07-19 12:33:34 +00:00
Lucas 3d6da2c32d
🌐 Add Portuguese translation for `docs/deployment/index.md` (#3337) 2021-07-19 14:32:54 +02:00
github-actions e721d04350 📝 Update release notes 2021-07-05 11:45:43 +00:00
Sebastián Ramírez dfd453e001 📝 Update release notes 2021-07-04 21:18:45 +02:00
Sebastián Ramírez 7e9d5aacf8 🔖 Release version 0.66.0 2021-07-04 20:59:46 +02:00
Sebastián Ramírez d27a218bc3 📝 Update release notes 2021-07-04 20:58:49 +02:00
github-actions 0c4ded88fe 📝 Update release notes 2021-07-04 18:54:19 +00:00
github-actions dcfa9eb8fe 📝 Update release notes 2021-07-04 17:35:19 +00:00
Camila Gutierrez 6ebf60b175
🌐 Add Spanish translation for `tutorial/query-params.md` (#2243)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-04 19:34:46 +02:00
github-actions a4d0724a97 📝 Update release notes 2021-07-04 17:06:51 +00:00
Juan Funez c235e9b78c
🌐 Add Spanish translation for `advanced/response-directly.md` (#1253)
Co-authored-by: Camila Gutierrez <mariacamilagl30@gmail.com>
2021-07-04 19:06:18 +02:00
github-actions 5fa3e239db 📝 Update release notes 2021-07-04 14:15:04 +00:00
Juan Funez 3d1b107d70
🌐 Add Spanish translation for `advanced/additional-status-codes.md` (#1252)
Co-authored-by: Camila Gutierrez <mariacamilagl30@gmail.com>
2021-07-04 16:14:29 +02:00
github-actions 18e0828daf 📝 Update release notes 2021-07-04 12:50:02 +00:00
Juan Funez f16c7729bd
🌐 Add Spanish translation for `advanced/path-operation-advanced-configuration.md` (#1251)
Co-authored-by: Camila Gutierrez <mariacamilagl@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Camila Gutierrez <mariacamilagl30@gmail.com>
2021-07-04 14:49:31 +02:00
Sebastián Ramírez 9f3c8cd139 📝 Update release notes, add links to docs 2021-07-03 21:59:39 +02:00
github-actions a7a35aee61 📝 Update release notes 2021-07-03 19:52:03 +00:00
Sebastián Ramírez dc5a966548
Allow setting the `response_class` to `RedirectResponse` and returning the URL from the function (#3457) 2021-07-03 21:51:28 +02:00
github-actions ea8d7f689e 📝 Update release notes 2021-07-03 17:16:33 +00:00
Sebastián Ramírez 79f52c76cf 🔖 Release version 0.65.3 2021-07-03 18:33:32 +02:00
Sebastián Ramírez b725e9eb45 📝 Update release notes 2021-07-03 18:32:50 +02:00
Sebastián Ramírez 787e54b096 📝 Update release notes 2021-07-03 18:30:46 +02:00
github-actions 15fd60b29a 📝 Update release notes 2021-07-03 16:26:48 +00:00
github-actions 7eb17fc874 📝 Update release notes 2021-07-03 15:13:30 +00:00
Nasaruddin 7e4bfaf0e9
🌐 Initialize Indonesian translations (#3014)
Co-authored-by: Nasaruddin <nasaruddin@skorpoints.com>
2021-07-03 17:12:51 +02:00
github-actions e1d4fc5325 📝 Update release notes 2021-07-03 14:47:21 +00:00
Camila Gutierrez faec748ef6
🌐 Add Spanish translation of Tutorial - Path Parameters (#2219)
Co-authored-by: Pedro A. Moreno <pedabraham@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-03 16:46:49 +02:00
github-actions afec8c4580 📝 Update release notes 2021-07-03 14:14:01 +00:00
Camila Gutierrez 8a1f0aa3b6
🌐 Add Spanish translation of Tutorial - First Steps (#2208)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-03 16:13:28 +02:00
github-actions f784644510 📝 Update release notes 2021-07-02 15:18:24 +00:00
github-actions[bot] 710a2f745c
👥 Update FastAPI People (#3450)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 17:17:49 +02:00
github-actions bd230fe473 📝 Update release notes 2021-07-02 15:00:53 +00:00
Mário Victor Ribeiro Silva 9c5b000956
🌐 Portuguese translation of Tutorial - Body - Fields (#3420)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 17:00:11 +02:00
github-actions a9f2a25feb 📝 Update release notes 2021-07-02 14:54:56 +00:00
jaystone776 c00c2d1ecf
🌐 Add Chinese translation for Tutorial - Request - Forms - and - Files (#3249)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:54:22 +02:00
github-actions dd7bbae837 📝 Update release notes 2021-07-02 14:44:04 +00:00
jaystone776 0a84d48a82
🌐 Add Chinese translation for Tutorial - Handling - Errors (#3299)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:43:28 +02:00
github-actions e5d0b97dee 📝 Update release notes 2021-07-02 14:36:34 +00:00
jaystone776 811c3f873f
🌐 Add Chinese translation for Tutorial - Form - Data (#3248)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:35:58 +02:00
github-actions 662fc81544 📝 Update release notes 2021-07-02 14:27:36 +00:00
github-actions[bot] 5e2f2d541d
👥 Update FastAPI People (#3319)
Co-authored-by: github-actions <github-actions@github.com>
2021-07-02 16:27:02 +02:00
github-actions 8116d8158b 📝 Update release notes 2021-07-02 14:24:16 +00:00
jaystone776 e6836781d5
🌐 Add Chinese translation for Tutorial - Body - Updates (#3237)
Co-authored-by: Xie Wei <ampedee@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:23:41 +02:00
github-actions 098088c763 📝 Update release notes 2021-07-02 14:21:11 +00:00
Hareru 4bf9a52043
🌐 Add Chinese translation for FastAPI People (#3112)
Co-authored-by: Xie Wei <ampedee@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:20:36 +02:00
github-actions eb6f964ede 📝 Update release notes 2021-07-02 14:18:44 +00:00
Sam Courtemanche 4473a9bcbf
🌐 Add French translation for Project Generation (#3197)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:18:06 +02:00
github-actions fdc7c96ece 📝 Update release notes 2021-07-02 14:14:28 +00:00
Sam Courtemanche a694be81ae
🌐 Add French translation for Python Types Intro (#3185) 2021-07-02 16:13:52 +02:00
github-actions 0abb743e9c 📝 Update release notes 2021-07-02 14:12:43 +00:00
Sam Courtemanche acda3f06b0
🌐 Add French translation for External Links (#3103)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-02 16:12:05 +02:00
github-actions 3127bc4e05 📝 Update release notes 2021-07-02 14:06:45 +00:00
Ruidy 18b24df9c8
🌐 Add French translation for Alternatives, Inspiration and Comparisons (#3020)
Co-authored-by: Jérôme Fink <jerome.fink@student.unamur.be>
Co-authored-by: Sam Courtemanche <sam.courtemanche.ipod@gmail.com>
2021-07-02 16:06:10 +02:00
github-actions b27758fe13 📝 Update release notes 2021-07-02 14:03:22 +00:00
BoYanZh a0b2006230
🌐 Fix Chinese translation code snippet mismatch in Tutorial - Python Types Intro 2021-07-02 16:02:45 +02:00
github-actions bd143ffa5a 📝 Update release notes 2021-07-02 13:43:04 +00:00
Fabio Serrao 77c1988a8b
🌐 Add Portuguese translation for Development Contributing (#1364) 2021-07-02 15:42:29 +02:00
github-actions 26a36f79fa 📝 Update release notes 2021-06-29 21:23:00 +00:00
github-actions 246e80512d 📝 Update release notes 2021-06-29 12:24:59 +00:00
jaystone776 fc6827d68a
🌐 Add Chinese translation for Tutorial - Request - Files (#3244)
Co-authored-by: Xie Wei <ampedee@gmail.com>
2021-06-29 14:24:19 +02:00
Sebastián Ramírez 4d91f978d2 🔖 Release version 0.65.2 2021-06-09 10:17:27 +02:00
Sebastián Ramírez aabe2c7d66 📝 Update release notes 2021-06-09 10:16:25 +02:00
github-actions 38b785813f 📝 Update release notes 2021-06-07 10:46:59 +00:00
github-actions 90120dd6e8 📝 Update release notes 2021-06-07 08:53:24 +00:00
Sebastián Ramírez 36772548b7
🔧 Update sponsors badge, course bundle (#3340)
* 🔧 Update sponsors badge, course bundle

* 🍱 Update course bundle SVG sizes
2021-06-07 10:52:44 +02:00
github-actions 40bb0c5f36 📝 Update release notes 2021-05-26 09:26:47 +00:00
Sebastián Ramírez 60918d25a1
🔧 Add new gold sponsor Jina 🎉 (#3291) 2021-05-26 11:26:06 +02:00
github-actions 3afce2c4b8 📝 Update release notes 2021-05-25 15:06:28 +00:00
Sebastián Ramírez d5b09cd958
🔧 Add new banner sponsor badge for FastAPI courses bundle (#3288) 2021-05-25 17:05:04 +02:00
github-actions aece74982d 📝 Update release notes 2021-05-16 18:28:24 +00:00
Sebastián Ramírez 43df5d05ed 🔖 Release FastAPI version 0.65.1 2021-05-11 23:19:14 +02:00
github-actions eaa49ebd20 📝 Update release notes 2021-05-11 21:17:51 +00:00
Sebastián Ramírez b890bd1dc5 🔖 Release version 0.65.0 2021-05-10 17:45:21 +02:00
github-actions 3819a11b5f 📝 Update release notes 2021-05-10 14:09:42 +00:00
github-actions 04ac466748 📝 Update release notes 2021-05-10 08:11:22 +00:00
github-actions c654e8384b 📝 Update release notes 2021-05-10 07:47:11 +00:00
github-actions e956ba4d4a 📝 Update release notes 2021-05-10 07:27:43 +00:00
neternefer 85b32f51ff
🌐 Initialize new language Polish for translations (#3170)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-05-10 09:27:07 +02:00
github-actions 08fabb7b2e 📝 Update release notes 2021-05-10 07:16:15 +00:00
github-actions de1a5125f8 📝 Update release notes 2021-05-08 17:51:32 +00:00
Sebastián Ramírez da86791224
Add new Deta banner badge with new sponsorship tier 🙇 (#3194) 2021-05-08 19:50:56 +02:00
Sebastián Ramírez c646eaa6bb ✏️ Fix typo/order in release notes 2021-05-07 14:25:21 +02:00
github-actions bf44b428dd 📝 Update release notes 2021-05-07 12:19:57 +00:00
github-actions[bot] c2907b189c
👥 Update FastAPI People (#3189)
Co-authored-by: github-actions <github-actions@github.com>
2021-05-07 14:19:19 +02:00
github-actions 75317d230b 📝 Update release notes 2021-05-07 12:05:45 +00:00
Sebastián Ramírez 2a67321130 🔖 Release version 0.64.0 2021-05-07 10:15:26 +02:00
Sebastián Ramírez 8d9d2c0d3f 📝 Update release notes 2021-05-07 10:14:21 +02:00
github-actions dc6a78c357 📝 Update release notes 2021-05-06 15:48:23 +00:00
T 73d1def114
📝 Add link to article in Russian "FastAPI: знакомимся с фреймворком" (#2564) 2021-05-06 17:47:49 +02:00
github-actions 3dc74ba29f 📝 Update release notes 2021-05-06 15:42:53 +00:00