Commit Graph

3929 Commits

Author SHA1 Message Date
Sebastián Ramírez b36047b54a 📝 Update release notes 2024-09-17 21:06:26 +02:00
github-actions 7eadeb69bd 📝 Update release notes 2024-09-17 18:54:35 +00:00
Sebastián Ramírez 55035f440b
Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199) 2024-09-17 20:54:10 +02:00
github-actions 0903da78c9 📝 Update release notes 2024-09-16 22:00:35 +00:00
github-actions 35df20c79c 📝 Update release notes 2024-09-15 19:04:38 +00:00
Rafael de Oliveira Marques 8eb3c5621f
🌐 Add Portuguese translation for `docs/pt/docs/advanced/security/http-basic-auth.md` (#12195) 2024-09-15 21:04:17 +02:00
Sebastián Ramírez 2ada1615a3 🔖 Release version 0.114.2 2024-09-13 22:46:33 +02:00
github-actions 3a5fd71f55 📝 Update release notes 2024-09-13 09:51:26 +00:00
github-actions 0fc6e34135 📝 Update release notes 2024-09-13 09:15:10 +00:00
github-actions ed66d70513 📝 Update release notes 2024-09-12 17:06:34 +00:00
Rafael de Oliveira Marques e50facaf22
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-form-models.md` (#12175) 2024-09-12 19:03:48 +02:00
github-actions 93e50e373b 📝 Update release notes 2024-09-12 17:03:26 +00:00
Waket Zheng 4a94fe3c82
🌐 Add Chinese translation for `docs/zh/docs/project-generation.md` (#12170) 2024-09-12 19:01:54 +02:00
github-actions 492943fdb1 📝 Update release notes 2024-09-12 17:01:01 +00:00
Max Scheijen c8e644d19e
🌐 Add Dutch translation for `docs/nl/docs/python-types.md` (#12158) 2024-09-12 19:00:36 +02:00
github-actions ba0bb6212e 📝 Update release notes 2024-09-11 22:50:18 +00:00
Sebastián Ramírez 212fd5e247 🔖 Release version 0.114.1 2024-09-11 09:46:34 +02:00
github-actions 8dc882f751 📝 Update release notes 2024-09-11 07:45:49 +00:00
github-actions 74451189f6 📝 Update release notes 2024-09-10 10:40:52 +00:00
github-actions a4c5f7f62f 📝 Update release notes 2024-09-10 10:38:58 +00:00
github-actions eb45bade63 📝 Update release notes 2024-09-10 10:37:36 +00:00
marcelomarkus 944b6e507e
🌐 Add Portuguese translation for `docs/pt/docs/virtual-environments.md` (#12163) 2024-09-10 12:37:13 +02:00
marcelomarkus e69ba26386
🌐 Add Portuguese translation for `docs/pt/docs/environment-variables.md` (#12162) 2024-09-10 12:36:42 +02:00
marcelomarkus a4a7925045
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/testing.md` (#12164) 2024-09-10 12:35:14 +02:00
github-actions 73d4f347df 📝 Update release notes 2024-09-10 10:34:46 +00:00
marcelomarkus 80e2cd1274
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/debugging.md` (#12165) 2024-09-10 12:34:25 +02:00
github-actions bc715d55bc 📝 Update release notes 2024-09-10 09:08:09 +00:00
github-actions da4670cf77 📝 Update release notes 2024-09-09 18:36:15 +00:00
github-actions c49c4e7df8 📝 Update release notes 2024-09-08 20:37:14 +00:00
Guillaume Fassot 270aef71c4
📝 Remove duplicate line in docs for `docs/en/docs/environment-variables.md` (#12169) 2024-09-08 22:36:53 +02:00
github-actions 3a4431b6fe 📝 Update release notes 2024-09-07 23:36:05 +00:00
BORA ec2a508292
🌐 Add Korean translation for `docs/ko/docs/project-generation.md` (#12157) 2024-09-08 01:35:43 +02:00
github-actions b501fc6daf 📝 Update release notes 2024-09-07 15:24:06 +00:00
github-actions 4b9e5b3a74 📝 Update release notes 2024-09-06 18:06:45 +00:00
Sebastián Ramírez bde12faea2 🔖 Release version 0.114.0 2024-09-06 19:41:13 +02:00
Sebastián Ramírez 74842f0a60 📝 Update release notes 2024-09-06 19:40:27 +02:00
github-actions e68d8c60fb 📝 Update release notes 2024-09-06 17:38:50 +00:00
Sebastián Ramírez 4ff22a0c41
📝 Update docs, Form Models section title, to match config name (#12152) 2024-09-06 17:38:23 +00:00
github-actions a11e392f5f 📝 Update release notes 2024-09-06 17:31:44 +00:00
Sebastián Ramírez 4633b1bca9
Add support for forbidding extra form fields with Pydantic models (#12134)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2024-09-06 19:31:18 +02:00
github-actions 1b06b53267 📝 Update release notes 2024-09-06 15:58:05 +00:00
Sebastián Ramírez d86f660302 🔖 Release version 0.113.0 2024-09-05 17:25:29 +02:00
github-actions 179f838c36 📝 Update release notes 2024-09-05 15:23:05 +00:00
Sebastián Ramírez afdda4e50b
🔧 Update sponsors: Coherence link (#12130) 2024-09-05 15:21:35 +00:00
github-actions e787f854dd 📝 Update release notes 2024-09-05 15:17:13 +00:00
Sebastián Ramírez 7bad7c0975
Add support for Pydantic models in `Form` parameters (#12129)
Revert "️ Temporarily revert " Add support for Pydantic models in `Form` pa…"

This reverts commit 8e6cf9ee9c.
2024-09-05 17:16:50 +02:00
Sebastián Ramírez 965fc8301e 📝 Update release notes 2024-09-05 17:09:31 +02:00
Sebastián Ramírez 96c7e7e0f3 📝 Update release notes 2024-09-05 17:00:13 +02:00
Sebastián Ramírez 8224addd8f 📝 Update release notes 2024-09-05 16:57:57 +02:00
github-actions b69e8b24af 📝 Update release notes 2024-09-05 14:56:10 +00:00