Commit Graph

314 Commits

Author SHA1 Message Date
phi-friday
5429e9b6aa
🐛 Fix type annotations for Model.parse_obj(), and Model.validate() (#321)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-28 01:22:09 +02:00
github-actions
c743647a52 📝 Update release notes 2022-08-27 23:18:19 +00:00
Rabin Adhikari
475578757f
🐛 Fix Select and SelectOfScalar to inherit cache to avoid warning: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching (#234)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-28 01:17:37 +02:00
github-actions
5e0ac5b56c 📝 Update release notes 2022-08-27 23:11:00 +00:00
byrman
d380736043
🐛 Fix handling validators for non-default values (#253)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:10:23 +00:00
github-actions
71d6fcc31b 📝 Update release notes 2022-08-27 22:59:54 +00:00
statt8900
680602b7eb
🐛 Fix fields marked as "set" in models (#117)
Co-authored-by: Michael Statt <michael.statt@modelyst.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 22:59:09 +00:00
github-actions
9c68ce12ec 📝 Update release notes 2022-08-27 22:49:17 +00:00
Chris White
eef0b7770b
🐛 Fix Enum handling in SQLAlchemy (#165)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-28 00:48:44 +02:00
github-actions
2fab4817fe 📝 Update release notes 2022-08-27 22:28:46 +00:00
Andrew Bolster
5ea9340def
Update GUID handling to use stdlib UUID.hex instead of an int (#26)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-28 00:28:09 +02:00
github-actions
db3ad598c5 📝 Update release notes 2022-08-27 22:19:35 +00:00
Evangelos Anagnostopoulos
9830ee0d89
🐛 Fix setting nullable property of Fields that don't accept None (#79)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-28 00:18:57 +02:00
github-actions
2407ecd2bf 📝 Update release notes 2022-08-27 22:07:38 +00:00
Yoann Mosteiro
ee576ab279
✏ Fix broken variable/typo in docs for Read Relationships, hero_spider_boy.id => hero_spider_boy.team_id (#106)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 22:06:56 +00:00
github-actions
ae1b8b5585 📝 Update release notes 2022-08-27 21:55:59 +00:00
Jorge Alvarado
e48fb2874b
🎨 Remove unwanted highlight in the docs (#233)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:55:15 +02:00
github-actions
7d3bf70a76 📝 Update release notes 2022-08-27 21:37:31 +00:00
Prashanth Rao
91d0785b1c
✏ Fix typos in docs/databases.md and docs/tutorial/index.md (#35)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:36:58 +02:00
github-actions
5dfef7ede7 📝 Update release notes 2022-08-27 21:32:10 +00:00
Jorge Alvarado
0aaf39d539
✏ Fix typo in docs/tutorial/relationship-attributes/define-relationships-attributes.md (#239)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:31:38 +02:00
github-actions
c0a6b2dd8b 📝 Update release notes 2022-08-27 21:26:06 +00:00
Joe Mudryk
87a02b4c46
✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md (#80)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 21:25:29 +00:00
github-actions
14fc1f510e 📝 Update release notes 2022-08-27 21:23:41 +00:00
VictorGambarini
ad0766fe3e
✏ Fix typos in multiple files in the docs (#400)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:22:59 +02:00
github-actions
1e69c00538 📝 Update release notes 2022-08-27 21:09:00 +00:00
github-actions
bf15380733 📝 Update release notes 2022-08-27 21:08:31 +00:00
Marcio Mazza
a993c2141d
✏ Fix typo in docs/tutorial/code-structure.md (#344)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:08:20 +02:00
gr8jam
deed65095f
✏ Fix typo in docs/db-to-code.md (#155)
Co-authored-by: gr8jam <matej.jeglic@gmail.si>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:07:48 +02:00
github-actions
61294af824 📝 Update release notes 2022-08-27 21:06:58 +00:00
Fardad13
106fb1fe9b
✏ Fix typo in docs/contributing.md (#323)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:06:15 +02:00
github-actions
6b433a0de4 📝 Update release notes 2022-08-27 21:05:21 +00:00
Jack Homan
4de5a41720
✏ Fix typo in docs/tutorial/fastapi/tests.md (#265)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:04:38 +02:00
github-actions
dc5876c727 📝 Update release notes 2022-08-27 21:02:59 +00:00
github-actions
5f6b5bfd7f 📝 Update release notes 2022-08-27 21:02:37 +00:00
Jorge Alvarado
e5fdc371f6
✏ Fix typo in docs/tutorial/where.md (#286)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:00:53 +02:00
cirrusj
452f18d8bc
✏ Fix typos in docs/tutorial/fastapi/update.md (#268)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 23:00:09 +02:00
github-actions
04b8b3eedf 📝 Update release notes 2022-08-27 20:56:00 +00:00
Hao Wang
426da7c443
✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md (#247)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 20:55:27 +00:00
github-actions
a5116a372c 📝 Update release notes 2022-08-27 20:54:16 +00:00
Gal Bracha
015f7acbc5
✏ Fix typos in docs/tutorial/automatic-id-none-refresh.md, docs/tutorial/fastapi/update.md, docs/tutorial/select.md (#185)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 20:53:34 +00:00
github-actions
34e125357f 📝 Update release notes 2022-08-27 20:53:09 +00:00
github-actions
c0efc7b370 📝 Update release notes 2022-08-27 20:52:33 +00:00
Sean Eulenberg
48ada0cd5d
✏ Fix typo in docs/databases.md (#177)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 20:52:24 +00:00
wmcgee3
aa5803fbbb
✏ Fix typos in docs/tutorial/fastapi/update.md (#162)
Co-authored-by: pwildenhain <35195136+pwildenhain@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 20:51:46 +00:00
github-actions
8bee55e23b 📝 Update release notes 2022-08-27 20:51:10 +00:00
Måns Magnusson
6f1ffccd4f
✏ Fix typos in docs/tutorial/code-structure.md, docs/tutorial/fastapi/multiple-models.md, docs/tutorial/fastapi/simple-hero-api.md, docs/tutorial/many-to-many/index.md (#116)
Co-authored-by: moonso <mans.magnusson@scilifelab.se>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 20:50:33 +00:00
github-actions
13544c0f44 📝 Update release notes 2022-08-27 20:48:52 +00:00
Chris Goddard
184c8eb5a9
✏ Fix typo in docs/tutorial/fastapi/teams.md (#154)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-27 20:48:09 +00:00
github-actions
acc27dabc9 📝 Update release notes 2022-08-27 20:41:29 +00:00