Xie Wei
bfa78db458
🌐 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 <[email protected] >
5 years ago
Sebastián Ramírez
4e77737a3f
📝 Update release notes
5 years ago
Sebastián Ramírez
d03c197c80
📝 Update project generation docs ( #1287 )
5 years ago
Sebastián Ramírez
06e42a4e5d
📝 Update release notes
5 years ago
Camila Gutierrez
bd1e85a8d3
📝 Add Spanish translation for the Python Types Intro page ( #1237 )
* Spanish translation Python Types Intro page
* 📝 Fix tuple docs in Types intro
* ✏️ Fix typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
506d5dce39
📝 Update release notes
5 years ago
Camila Gutierrez
a7b4c73663
📝 Add Spanish translation for the Features page ( #1220 )
* Spanish translation for the Features page
* ✏️ Fix small typos and wording nitpicks
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
d4f3ca1c1b
🔖 Release 0.54.1
5 years ago
Sebastián Ramírez
471d703611
📝 Update release notes
5 years ago
Sebastián Ramírez
a46bbc54cd
✅ Update database setup for tests ( #1226 )
* 🗃️ Update database setup for tests
* ✅ Add pragmas and update db handling for tests
5 years ago
Sebastián Ramírez
a4405bbed2
📝 Update release notes
5 years ago
Samuel Colvin
e9b189e9f2
✅ Improve test debugging ( #1222 )
5 years ago
Sebastián Ramírez
483bce3ae1
⬆️ Upgrade to MkDocs Material 5 and update docs scripts ( #1225 )
* ⬆️ Upgrade mkdocs.yml configs for MkDocs Material 5
* ✨ Update docs.py to always update mkdocs.yml
* 🌐 Update mkdocs.yml for translations
* 🔧 Update MkDocs config
* ✨ Add tabs for alternative options
* ⬆️ Update termynal setup with new CSS classes
* 🔧 Sync / Update mkdocs.yml for languages
5 years ago
Sebastián Ramírez
7372f6ba11
🔖 Release version 0.54.0
5 years ago
Sebastián Ramírez
8d92557e53
📝 Update relase notes
5 years ago
Mickey Pashov
c56342bf79
✏️ Fix minor grammatical mistakes in the async docs ( #1188 )
* Fix minor grammatical mistakes in the async docs.
* ✏️ Update wording and clarify with emojis
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Harsha Laxman
07e094fd50
📝 Add note about Alembic in project generator in SQL docs ( #1183 )
* Update sql-databases alembic docs
Was helpful to refer to the full-stack project when integrating alembic into my own project
* 📝 Update Alembic note in docs
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
1cc30de32f
📝 Update release notes
5 years ago
voegtlel
3397d4d69a
✨ Implement response_model_exclude_defaults and response_model_exclude_none ( #1166 )
* Implemented response_model_exclude_defaults and response_model_exclude_none to be compatible pydantic options.
* 🚚 Rename and invert include_none to exclude_none to keep in sync with Pydantic
Co-authored-by: Lukas Voegtle <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
766157bfb4
📝 Update release notes
5 years ago
duganchen
d96223460b
📝 Add an example of setting up a test database ( #1144 )
* Add an example of setting up a test database.
* 📝 Add/update docs for testing a DB with dependency overrides
* 🔧 Update test script, remove line removing test file as it is removed during testing
* ✅ Update testing coverage pragma
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
fd99dfc95b
📝 Update release notes
5 years ago
Sebastián Ramírez
10fb7ace04
📝 Update contributing guidelines to review translation PRs ( #1215 )
5 years ago
Sebastián Ramírez
a1a19b103c
📝 Update release notes
5 years ago
Sebastián Ramírez
5c111caf40
📝 Update release notes
5 years ago
Gao Chao
651ee5e4d2
🎨 Update log style in main page, for GitHub Markdown compatibility ( #1200 )
* Update README.md
fix string format
* 🎨 Update log style in main page, for GitHub Markdown compatibility
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Cássio Botaro
c398ac87d9
🙈 Add Python venv "env" to gitignore ( #1212 )
5 years ago
Cássio Botaro
0a77c613b0
🌐 Add new language on docs: pt ( #1210 )
5 years ago
Sebastián Ramírez
70bc469373
📝 Update release notes
5 years ago
Sebastián Ramírez
b76334f544
📝 Settings using lru_cache ( #1214 )
* ✨ Update settings examples to use lru_cache
* 📝 Update docs for Settings, using @lru_cache
* 🎨 Update lru_cache colors to show difference in stored values
5 years ago
Sebastián Ramírez
14b467db06
📝 Update release notes
5 years ago
Camila Gutierrez
3a0c22ce7d
🌐 Translate index to Spanish ( #1201 )
5 years ago
Sebastián Ramírez
3b7e4e0544
📝 Update release notes
5 years ago
alexmitelman
d4d5b21b2e
📝 Add documentation about settings and env vars ( #1118 )
* Add doc and example for env var config
* Syntax highlight for .env file
* Add test for configuration docs
* 📝 Update settings docs, add more examples
* ✅ Add tests for settings
* 🚚 Rename "Application Configuration" to "Metadata and Docs URLs"
to disambiguate between that and settings
* 🔥 Remove replaced example file
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
6e1cd45a46
🔖 Release version 0.53.2
5 years ago
Sebastián Ramírez
b86d130eb6
📝 Update release notes
5 years ago
Toan Vuong
90afc72e64
🐛 Fix automatic embedding with dependencies and sub-dependencies ( #1079 )
* Handle automatic embedding with Depends
* 🐛 Fix body embeds for sub-dependencies and simplify implementation
* ✅ Add/update tests for body embeds in dependencies
* 👷 Trigger Travis
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
042c697b6b
📝 Update release notes
5 years ago
amitlissack
02441ff031
🐛 Fix dependency overrides in WebSockets ( #1122 )
* add tests to test_ws_router to test dependencies and dependency overrides.
* supply dependency_overrides_provider to APIWebSocketRoute upon creation
5 years ago
Sebastián Ramírez
210af1fd3d
📝 Update release notes
5 years ago
Sebastián Ramírez
06eaa32bf0
🔧 Update docs script to make sure languages are always sorted ( #1189 )
5 years ago
Sebastián Ramírez
4f88a5fddb
📝 Update release notes
5 years ago
Ikkyu
eb6be1d725
💬 Add new language of docs: zh ( #1187 )
5 years ago
Sebastián Ramírez
1d99681fd4
📝 Update release notes
5 years ago
Sebastián Ramírez
618be44023
🔧 Add .env to git, to simplify VS Code development
5 years ago
Sebastián Ramírez
544afaff97
📝 Add docs for adding example to schema ( #1185 )
5 years ago
Sebastián Ramírez
e6b3b994be
🔖 Release version 0.53.1
5 years ago
Sebastián Ramírez
67f148ff83
📝 Update release notes
5 years ago
Sebastián Ramírez
6c34600599
🐛 Fix include docs example file ( #1182 )
5 years ago
John Paton
016a4b7491
📝 Add documentation of example kwarg of Field ( #1106 )
* Add documentation of example kwarg of Field
* 📝 Update info about schema examples
* 🚚 Move example file to new directory
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago