Xie Wei
c5168bd036
🌐 Add Chinese translation for body-multiple-params.md ( #1532 )
...
* add chinese translation for body-multiple-params.md
* improve translations
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-27 20:18:10 +02:00
Sebastián Ramírez
be472c5215
📝 Update release notes
2020-06-27 20:13:07 +02:00
Xie Wei
adac38ecea
✨ Add Chinese translation for path-params-numeric-validations.md ( #1506 )
...
* add chinese translation for path-params-numeric-validations.md
* improve translations
2020-06-27 20:10:32 +02:00
Sebastián Ramírez
c8b634226e
📝 Update release notes
2020-06-27 20:00:21 +02:00
Sebastián Ramírez
b87072bc12
🔖 Release version 0.58.0
2020-06-15 13:18:36 +02:00
Sebastián Ramírez
04e2bfafbc
📝 Update release notes
2020-06-15 13:13:53 +02:00
Sebastián Ramírez
181a32236a
✨ Deep merge OpenAPI responses ( #1577 )
...
* override successful response
* ✨ Add deep_dict_udpate
* ✨ Merge additional responses with generated responses
* 🍱 Update docs screenshot
Co-authored-by: rkbeatss <rkaus053@uottawa.ca>
2020-06-15 13:12:12 +02:00
Sebastián Ramírez
1f54a8e0a1
📝 Update release notes
2020-06-15 12:42:48 +02:00
Andrew
d63475bb7d
📝 Mention in docs that subapps don't fire events ( #1554 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-14 18:25:10 +02:00
Sebastián Ramírez
5a3c5f1523
📝 Update release notes
2020-06-14 18:12:51 +02:00
Andrew
12bc9285f7
🐛 Fix body validation error response, remove variable name when it is not embedded ( #1553 )
2020-06-14 18:07:39 +02:00
Sebastián Ramírez
31df2ea940
📝 Update release notes
2020-06-14 17:56:12 +02:00
Sebastián Ramírez
50b90dd6a4
📝 Update release notes
2020-06-14 17:55:13 +02:00
Sebastián Ramírez
ef460b4d23
📝 Update release notes
2020-06-14 15:40:18 +02:00
Sebastián Ramírez
34c857b7cb
🔖 Release version 0.57.0
2020-06-13 23:13:25 +02:00
Sebastián Ramírez
c78bc0c82d
📝 Update release notes
2020-06-13 23:08:20 +02:00
JAYATI SHRIVASTAVA
194446e51a
🔥 Remove broken external link ( #1565 )
2020-06-13 23:07:11 +02:00
Sebastián Ramírez
777e2151e6
📝 Update release notes
2020-06-13 22:55:30 +02:00
Sebastián Ramírez
5ce5bdba0b
📝 Update release notes
2020-06-13 22:52:59 +02:00
Chih Sean Hsu
e4300769ac
📝 Update tutorial for WebSockets with dependencies ( #1540 )
...
* fix websockets/tutorial002.py
* fix tutorial002 in ws to correspond with test case
* reformat websocket tutorial002
* fix websocket tutorial002 coverage
* 📝 Update example for WebSockets with Depends
* ✅ Update and refactor tests for WebSockets with dependencies
* 👷 Trigger Travis, as it's not reporting to Codecov
* ✅ Update WebSocket tests to raise coverage
Co-authored-by: Chih Sean Hsu <Sean@Sean-Mac.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 22:51:34 +02:00
retnikt
c6dd627bdd
✨ Add support for Python's http.HTTPStatus in status_code ( #1534 )
...
* Normalise IntEnums to ints for route status codes
Closes #1349
* add tests for status code enum support
* add docs for status code enum support
* add endpoint test for enum status code
* 📝 Update note about http.HTTPStatus
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 19:40:10 +02:00
Sebastián Ramírez
6576f724bb
📝 Update release notes
2020-06-13 19:22:08 +02:00
Sebastián Ramírez
91a6736d0e
📝 Update release notes
2020-06-13 19:20:48 +02:00
Yankee
748bedd37c
📝 Updated docs for path-params ( #1521 )
...
* Added response example; URL for quick access; typo fixes
* Added line breaks for readability
* Fix typo on redoc url
* 📝 Update format, links, rewordings
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 19:14:23 +02:00
Sebastián Ramírez
bf58788f29
📝 Update release notes
2020-06-13 18:54:47 +02:00
Yankee
5f78ba4a31
📝 Update docs for first-steps, links, rewordings ( #1518 )
...
* ✏️ Typo/readability fixes for first-steps documentation
* 📝 Update link and small rewordings
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 18:53:31 +02:00
Sebastián Ramírez
db9f827263
📝 Update release notes
2020-06-13 18:18:27 +02:00
Sebastián Ramírez
e482d74241
📝 Update release notes
2020-06-13 18:13:06 +02:00
Sebastián Ramírez
f913d469a8
📝 Update release notes
2020-06-13 18:05:22 +02:00
Roman Tezikov
66cb266641
📝 Add docs for `default_response_class` ( #1455 )
...
* ➕ Add docs to default_response_class
* ✅ create a tip
* ✅ fixing the tip
* 🚑 grammar
* 📝 Update docs for default response class
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 18:02:45 +02:00
Sebastián Ramírez
74954894c5
📝 Update release notes
2020-06-13 15:26:42 +02:00
William Hayes
ceedfccde0
📝 Document additional parameters for response_model ( #1427 )
...
* Documented additional parameters
These are included in a recent PR (https://github.com/tiangolo/fastapi/pull/1166 ) but not in the docs yet.
* response_model_exclude_none
* response_model_exclude_defaults
* 📝 Update note about response_model_exclude_defaults and response_model_exclude_none
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 15:23:29 +02:00
Sebastián Ramírez
2ee0eedf23
📝 Update release notes
2020-06-13 15:08:10 +02:00
Koudai Aono
c0f3019764
📝 Add PyCharm Pydantic plugin to docs ( #1420 )
...
* add pydantic pycharm plugin in document
* 📝 Update PyCharm Pydantic plugin note
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 15:05:59 +02:00
Sebastián Ramírez
dd6d0cb23c
📝 Update release notes
2020-06-13 14:51:21 +02:00
Sebastián Ramírez
6af857f206
📝 Update release notes
2020-06-13 14:47:03 +02:00
Sebastián Ramírez
c0b1fddb31
📝 Update release notes
2020-06-13 14:39:58 +02:00
Sebastián Ramírez
fddd1c12de
📝 Update release notes
2020-06-13 14:36:27 +02:00
Sebastián Ramírez
5ffa18f10f
📝 Update release notes
2020-06-13 14:06:12 +02:00
Sebastián Ramírez
828915baf5
📝 Update Tags metadata title
2020-06-13 14:02:58 +02:00
Thomas Maschler
a071ddf3cd
✨ Add support for tag metadata in OpenAPI ( #1348 )
...
* Allow to add OpenAPI tag descriptions
* fix type hint
* fix type hint 2
* refactor test to assure 100% coverage
* 📝 Update tags metadata example
* 📝 Update docs for tags metadata
* ✅ Move tags metadata test to tutorial subdir
* 🎨 Update format in applications
* 🍱 Update docs UI image based on new example
* 🎨 Apply formatting after solving conflicts
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-06-13 13:58:06 +02:00
Sebastián Ramírez
3651b8a30f
📝 Update release notes
2020-06-13 12:27:00 +02:00
Sebastián Ramírez
0d73b9ff1c
🔧 Add basic setup for Russian translations ( #1566 )
2020-06-13 12:26:15 +02:00
Sebastián Ramírez
43235cf236
📝 Update release notes
2020-06-13 09:47:36 +02:00
Xie Wei
269a155583
🔥 Remove obsolete Chinese articles after translations ( #1510 )
2020-06-13 09:45:48 +02:00
Sebastián Ramírez
12433d51dd
📝 Update release notes
2020-06-13 01:25:29 +02:00
Sebastián Ramírez
8231fbede4
🔖 Release version 0.56.1
2020-06-13 01:17:06 +02:00
Sebastián Ramírez
50bc14b835
📝 Update release notes
2020-06-13 01:14:58 +02:00
Kai Chen
4310c89c83
📝 Add link to Advanced User Guide: response status code ( #1512 )
2020-06-13 01:12:59 +02:00
Sebastián Ramírez
d39dd06a22
📝 Update release notes
2020-06-13 00:57:34 +02:00