This website requires JavaScript.
475578757f
🐛 Fix Select and SelectOfScalar to inherit cache to avoid warning: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching (#234 )
Rabin Adhikari
2022-08-28 05:02:37 +05:45
5e0ac5b56c
📝 Update release notes
github-actions
2022-08-27 23:11:00 +00:00
d380736043
🐛 Fix handling validators for non-default values (#253 )
byrman
2022-08-28 01:10:23 +02:00
71d6fcc31b
📝 Update release notes
github-actions
2022-08-27 22:59:54 +00:00
680602b7eb
🐛 Fix fields marked as "set" in models (#117 )
statt8900
2022-08-27 18:59:09 -04:00
9c68ce12ec
📝 Update release notes
github-actions
2022-08-27 22:49:17 +00:00
eef0b7770b
🐛 Fix Enum handling in SQLAlchemy (#165 )
Chris White
2022-08-27 15:48:44 -07:00
2fab4817fe
📝 Update release notes
github-actions
2022-08-27 22:28:46 +00:00
5ea9340def
✨ Update GUID handling to use stdlib UUID.hex instead of an int (#26 )
Andrew Bolster
2022-08-27 23:28:09 +01:00
db3ad598c5
📝 Update release notes
github-actions
2022-08-27 22:19:35 +00:00
9830ee0d89
🐛 Fix setting nullable property of Fields that don't accept None (#79 )
Evangelos Anagnostopoulos
2022-08-28 01:18:57 +03:00
2407ecd2bf
📝 Update release notes
github-actions
2022-08-27 22:07:38 +00:00
ee576ab279
✏ Fix broken variable/typo in docs for Read Relationships, hero_spider_boy.id => hero_spider_boy.team_id (#106 )
Yoann Mosteiro
2022-08-28 00:06:56 +02:00
ae1b8b5585
📝 Update release notes
github-actions
2022-08-27 21:55:59 +00:00
e48fb2874b
🎨 Remove unwanted highlight in the docs (#233 )
Jorge Alvarado
2022-08-27 17:55:15 -04:00
7d3bf70a76
📝 Update release notes
github-actions
2022-08-27 21:37:31 +00:00
91d0785b1c
✏ Fix typos in docs/databases.md and docs/tutorial/index.md (#35 )
Prashanth Rao
2022-08-27 17:36:58 -04:00
5dfef7ede7
📝 Update release notes
github-actions
2022-08-27 21:32:10 +00:00
0aaf39d539
✏ Fix typo in docs/tutorial/relationship-attributes/define-relationships-attributes.md (#239 )
Jorge Alvarado
2022-08-27 17:31:38 -04:00
c0a6b2dd8b
📝 Update release notes
github-actions
2022-08-27 21:26:06 +00:00
87a02b4c46
✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md (#80 )
Joe Mudryk
2022-08-27 14:25:29 -07:00
14fc1f510e
📝 Update release notes
github-actions
2022-08-27 21:23:41 +00:00
ad0766fe3e
✏ Fix typos in multiple files in the docs (#400 )
VictorGambarini
2022-08-28 09:22:59 +12:00
1e69c00538
📝 Update release notes
github-actions
2022-08-27 21:09:00 +00:00
bf15380733
📝 Update release notes
github-actions
2022-08-27 21:08:31 +00:00
a993c2141d
✏ Fix typo in docs/tutorial/code-structure.md (#344 )
Marcio Mazza
2022-08-27 18:08:20 -03:00
deed65095f
✏ Fix typo in docs/db-to-code.md (#155 )
gr8jam
2022-08-27 23:07:48 +02:00
61294af824
📝 Update release notes
github-actions
2022-08-27 21:06:58 +00:00
106fb1fe9b
✏ Fix typo in docs/contributing.md (#323 )
Fardad13
2022-08-27 23:06:15 +02:00
6b433a0de4
📝 Update release notes
github-actions
2022-08-27 21:05:21 +00:00
4de5a41720
✏ Fix typo in docs/tutorial/fastapi/tests.md (#265 )
Jack Homan
2022-08-27 17:04:38 -04:00
dc5876c727
📝 Update release notes
github-actions
2022-08-27 21:02:59 +00:00
5f6b5bfd7f
📝 Update release notes
github-actions
2022-08-27 21:02:37 +00:00
e5fdc371f6
✏ Fix typo in docs/tutorial/where.md (#286 )
Jorge Alvarado
2022-08-27 17:00:53 -04:00
452f18d8bc
✏ Fix typos in docs/tutorial/fastapi/update.md (#268 )
cirrusj
2022-08-28 00:00:09 +03:00
04b8b3eedf
📝 Update release notes
github-actions
2022-08-27 20:56:00 +00:00
426da7c443
✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md (#247 )
Hao Wang
2022-08-28 04:55:27 +08:00
a5116a372c
📝 Update release notes
github-actions
2022-08-27 20:54:16 +00:00
015f7acbc5
✏ Fix typos in docs/tutorial/automatic-id-none-refresh.md, docs/tutorial/fastapi/update.md, docs/tutorial/select.md (#185 )
Gal Bracha
2022-08-27 23:53:34 +03:00
34e125357f
📝 Update release notes
github-actions
2022-08-27 20:53:09 +00:00
c0efc7b370
📝 Update release notes
github-actions
2022-08-27 20:52:33 +00:00
48ada0cd5d
✏ Fix typo in docs/databases.md (#177 )
Sean Eulenberg
2022-08-27 22:52:24 +02:00
aa5803fbbb
✏ Fix typos in docs/tutorial/fastapi/update.md (#162 )
wmcgee3
2022-08-27 16:51:46 -04:00
8bee55e23b
📝 Update release notes
github-actions
2022-08-27 20:51:10 +00:00
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 )
Måns Magnusson
2022-08-27 22:50:33 +02:00
13544c0f44
📝 Update release notes
github-actions
2022-08-27 20:48:52 +00:00
184c8eb5a9
✏ Fix typo in docs/tutorial/fastapi/teams.md (#154 )
Chris Goddard
2022-08-27 13:48:09 -07:00
acc27dabc9
📝 Update release notes
github-actions
2022-08-27 20:41:29 +00:00
d032c3cfea
✏ Fix typo variable in example about relationships and back_populates, always use hero instead of owner (#120 )
Saman Nezafat
2022-08-28 01:10:57 +04:30
006cf488e8
📝 Update release notes
github-actions
2022-08-27 20:34:14 +00:00
63dd44dc86
✏ Fix typo in docs/tutorial/fastapi/tests.md (#113 )
Feanil Patel
2022-08-27 16:33:41 -04:00
f602794f07
📝 Update release notes
github-actions
2022-08-27 20:33:32 +00:00
f3063a8e16
✏ Fix typo in docs/tutorial/where.md (#72 )
Fedor Kuznetsov
2022-08-28 01:32:58 +05:00
f67a13a5fb
📝 Update release notes
github-actions
2022-08-27 20:32:46 +00:00
5dff4d15e8
✏ Fix typo in docs/tutorial/code-structure.md (#91 )
Dhiraj Gupta
2022-08-27 16:32:02 -04:00
943892ddb2
📝 Update release notes
github-actions
2022-08-27 20:31:46 +00:00
31beaf1017
✏ Fix broken link to newsletter sign-up in docs/help.md (#84 )
mborus
2022-08-27 22:30:59 +02:00
9664c8814c
📝 Update release notes
github-actions
2022-08-27 20:20:44 +00:00
7bb99f2bd5
⬆ Update development requirement for FastAPI from ^0.68.0 to ^0.68.1 (#48 )
Brent
2022-08-28 06:20:05 +10:00
4a08ee89ee
📝 Update release notes
github-actions
2022-08-27 20:15:17 +00:00
0197c6e211
✏ Fix typos in docs/tutorial/many-to-many/create-models-with-link.md (#45 )
xginn8
2022-08-27 16:14:23 -04:00
6da8dcfc8e
📝 Update release notes
github-actions
2022-08-27 20:14:11 +00:00
dc4dc42ec5
✨ Raise an exception when using a Pydantic field type with no matching SQLAlchemy type (#18 )
Jakob Jul Elben
2022-08-27 22:13:32 +02:00
db29f53295
📝 Update release notes
github-actions
2022-08-27 20:09:33 +00:00
bc6dc0bafc
⏪ Revert upgrade Poetry, to make a release that supports Python 3.6 first (#417 )
Sebastián Ramírez
2022-08-27 22:08:25 +02:00
36b0c1ba08
📝 Update release notes
github-actions
2022-08-27 18:40:28 +00:00
dc0ecbb2c2
📝 Update release notes
github-actions
2022-08-27 18:40:20 +00:00
aca18da21e
👷 Add dependabot for GitHub Actions (#410 )
Sebastián Ramírez
2022-08-27 20:39:53 +02:00
f7d1bbe5b6
⬆️ Upgrade Poetry to version ==1.2.0b1 (#303 )
Sebastián Ramírez
2022-08-27 20:39:37 +02:00
296a0935d1
📝 Update release notes
github-actions
2022-08-27 18:36:49 +00:00
0049436cd4
✏ Fix typo in docs/tutorial/index.md (#398 )
Ryan Grose
2022-08-27 14:36:08 -04:00
f4500c6ba4
📝 Update release notes
github-actions
2022-08-27 18:22:18 +00:00
c830c71e28
⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41" (#371 )
Robert Rosca
2022-08-27 20:21:38 +02:00
ea18162391
📝 Update release notes
github-actions
2022-08-27 18:11:12 +00:00
4dd7b890d4
🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315 ) (#322 )
byrman
2022-08-27 20:10:38 +02:00
4d20051793
📝 Update release notes
github-actions
2022-04-16 09:30:54 +00:00
88683f6e2c
👷 Add CI for Python 3.10 (#305 )
Sebastián Ramírez
2022-04-16 11:30:19 +02:00
d6229b3937
📝 Update release notes
github-actions
2022-04-16 09:25:22 +00:00
e523e1e4c3
📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions (#263 )
Sebastián Ramírez
2022-04-16 11:24:53 +02:00
6d969c5845
📝 Update release notes
github-actions
2022-04-16 09:20:01 +00:00
b94d393924
👷 Upgrade Codecov GitHub Action (#304 )
Sebastián Ramírez
2022-04-16 11:19:30 +02:00
e009ecb704
📝 Update release notes
github-actions
2022-04-16 09:13:48 +00:00
03e861d048
✨ Add new Session.get() parameter execution_options (#302 )
Sebastián Ramírez
2022-04-16 11:13:19 +02:00
8e97c93de0
📝 Update release notes
github-actions
2022-02-13 17:14:34 +00:00
7176d89e48
💚 Only run CI on push when on master, to avoid duplicate runs on PRs (#244 )
Sebastián Ramírez
2022-02-13 18:14:02 +01:00
e6f8c00bbe
📝 Update release notes
github-actions
2022-01-08 16:54:48 +00:00
c873aa3930
🔧 Upgrade MkDocs Material and update configs (#217 )
Sebastián Ramírez
2022-01-08 17:49:07 +01:00
800a5f232f
📝 Update release notes
github-actions
2022-01-08 16:37:03 +00:00
8d1b6f079a
⬆ Upgrade mypy, fix type annotations (#218 )
Sebastián Ramírez
2022-01-08 17:36:19 +01:00
7fcd4fd7c5
🔖 Release version 0.0.6
0.0.6
Sebastián Ramírez
2021-12-28 12:27:33 +01:00
9203df6af1
📝 Update release notes
Sebastián Ramírez
2021-12-28 12:26:52 +01:00
d6d77a9ee4
📝 Update release notes
github-actions
2021-12-28 10:48:37 +00:00
155c6178cd
✨ Document indexes and make them opt-in (#205 )
Sebastián Ramírez
2021-12-28 11:48:03 +01:00
3d7b74746c
📝 Update release notes
github-actions
2021-12-14 18:25:46 +00:00
410d7af6b6
✏ Fix typo in FastAPI tutorial (#192 )
Yaqueline Hoyos
2021-12-14 13:25:06 -05:00
1b99c3148f
📝 Update release notes
github-actions
2021-12-14 17:30:07 +00:00
6cf94a9797
📝 Add links to the license file (#29 )
Nikita Sobolev
2021-12-14 20:29:28 +03:00
a159f31945
📝 Update release notes
github-actions
2021-12-14 17:21:35 +00:00
dc3acda4ed
✏ Fix typos in docs titles (#28 )
Alexandre Batisse
2021-12-14 18:20:54 +01:00
ead1bdc532
📝 Update release notes
github-actions
2021-12-14 17:17:55 +00:00