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 <[email protected] >
5 years ago
Sebastián Ramírez
6576f724bb
📝 Update release notes
5 years ago
Sebastián Ramírez
91a6736d0e
📝 Update release notes
5 years ago
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 <[email protected] >
5 years ago
Sebastián Ramírez
bf58788f29
📝 Update release notes
5 years ago
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 <[email protected] >
5 years ago
Sebastián Ramírez
db9f827263
📝 Update release notes
5 years ago
Sebastián Ramírez
e482d74241
📝 Update release notes
5 years ago
Sebastián Ramírez
f913d469a8
📝 Update release notes
5 years ago
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 <[email protected] >
5 years ago
Sebastián Ramírez
74954894c5
📝 Update release notes
5 years ago
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 <[email protected] >
5 years ago
Sebastián Ramírez
2ee0eedf23
📝 Update release notes
5 years ago
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 <[email protected] >
5 years ago
Sebastián Ramírez
dd6d0cb23c
📝 Update release notes
5 years ago
Sebastián Ramírez
6af857f206
📝 Update release notes
5 years ago
Sebastián Ramírez
c0b1fddb31
📝 Update release notes
5 years ago
Sebastián Ramírez
fddd1c12de
📝 Update release notes
5 years ago
Sebastián Ramírez
5ffa18f10f
📝 Update release notes
5 years ago
Sebastián Ramírez
828915baf5
📝 Update Tags metadata title
5 years ago
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 <[email protected] >
5 years ago
Sebastián Ramírez
3651b8a30f
📝 Update release notes
5 years ago
Sebastián Ramírez
0d73b9ff1c
🔧 Add basic setup for Russian translations ( #1566 )
5 years ago
Sebastián Ramírez
43235cf236
📝 Update release notes
5 years ago
Xie Wei
269a155583
🔥 Remove obsolete Chinese articles after translations ( #1510 )
5 years ago
Sebastián Ramírez
12433d51dd
📝 Update release notes
5 years ago
Sebastián Ramírez
8231fbede4
🔖 Release version 0.56.1
5 years ago
Sebastián Ramírez
50bc14b835
📝 Update release notes
5 years ago
Kai Chen
4310c89c83
📝 Add link to Advanced User Guide: response status code ( #1512 )
5 years ago
Sebastián Ramírez
d39dd06a22
📝 Update release notes
5 years ago
Sebastián Ramírez
5cbcb9a965
📝 Update release notes
5 years ago
Sebastián Ramírez
c7334ae9f8
📝 Update release notes
5 years ago
Sebastián Ramírez
d2d72a8e4a
📝 Update release notes
5 years ago
Sebastián Ramírez
5f6a14c413
📝 Update release notes
5 years ago
Sebastián Ramírez
11723bca27
📝 Update release notes
5 years ago
Sebastián Ramírez
f910e0c96c
📝 Update release notes
5 years ago
Sebastián Ramírez
28396173c7
📝 Update release notes
5 years ago
Kabir Khan
69974b792e
📝 Add cookiecutter-spacy-fastapi to docs ( #1390 )
5 years ago
Sebastián Ramírez
352412a3cb
📝 Update release notes
5 years ago
yaegassy
745ab48d65
📝 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 <[email protected] >
5 years ago
Sebastián Ramírez
4a5cda0d77
📝 Update release notes
5 years ago
Sebastián Ramírez
a552cbdf59
📝 Update release notes
5 years ago
Sebastián Ramírez
807522c616
📝 Update release notes
5 years ago
Sebastián Ramírez
7efc15aeef
📝 Update release notes
5 years ago
Sebastián Ramírez
5a00467951
📝 Update release notes
5 years ago
Sebastián Ramírez
535247ffc4
📝 Update release notes
5 years ago
Pankaj Giri
7e2518350a
📝 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 <[email protected] >
5 years ago
Sebastián Ramírez
1b2a7546af
📝 Update release notes
5 years ago
Cesare De Cal
2d9bb64047
🌐 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 <[email protected] >
5 years ago
Sebastián Ramírez
072c2bc7f9
🔖 Release version 0.56.0
5 years ago