605bc8229c 
					 
					
						
						
							
							✏️  Fix typo in cascade_delete docs ( #1030 )  
						
						
						
						
					 
					
						2024-07-22 22:52:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86ab09f7ec 
					 
					
						
						
							
							✨  Add support for cascade delete relationships: cascade_delete, ondelete, and passive_deletes ( #983 )  
						
						... 
						
						
						
						Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2024-07-20 21:08:06 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						da1253c21f 
					 
					
						
						
							
							📝  Update docs ( #1003 )  
						
						
						
						
					 
					
						2024-07-16 22:03:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						600da0a25c 
					 
					
						
						
							
							✏️  Fix internal link in docs/tutorial/create-db-and-table.md ( #911 )  
						
						
						
						
					 
					
						2024-06-20 21:16:56 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8416508d79 
					 
					
						
						
							
							✏️  Add missing step in create-db-and-table-with-db-browser.md ( #976 )  
						
						
						
						
					 
					
						2024-06-05 01:52:36 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1263024be5 
					 
					
						
						
							
							✏️  Fix typo in docs/tutorial ( #943 )  
						
						
						
						
					 
					
						2024-06-04 19:00:14 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24e76c7a13 
					 
					
						
						
							
							✏️  Fix typo in docs/tutorial/relationship-attributes/index.md ( #880 )  
						
						
						
						
					 
					
						2024-06-04 18:58:27 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6ad19b1a7 
					 
					
						
						
							
							✏️  Update pip installation command in tutorial ( #975 )  
						
						
						
						
					 
					
						2024-06-04 23:48:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1eb40b1f33 
					 
					
						
						
							
							📝  Update ModelRead to ModelPublic documentation and examples ( #885 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2024-04-08 18:07:48 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9141c8a920 
					 
					
						
						
							
							✨  Add source examples for Python 3.10 and 3.9 with updated syntax ( #842 )  
						
						... 
						
						
						
						Co-authored-by: Esteban Maya Cadavid <emayacadavid9@gmail.com> 
						
						
					 
					
						2024-03-21 17:49:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa12c5d87b 
					 
					
						
						
							
							✨  Add new method sqlmodel_update() to update models in place, including an update parameter for extra data ( #804 )  
						
						
						
						
					 
					
						2024-02-17 14:49:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa2f178b8a 
					 
					
						
						
							
							✨  Add support for Pydantic v2 (while keeping support for v1 if v2 is not available), including initial work by AntonDeMeester ( #722 )  
						
						... 
						
						
						
						Co-authored-by: Mohamed Farahat <farahats9@yahoo.com>
Co-authored-by: Stefan Borer <stefan.borer@gmail.com>
Co-authored-by: Peter Landry <peter.landry@gmail.com>
Co-authored-by: Anton De Meester <antondemeester+github@gmail.com> 
						
						
					 
					
						2023-12-04 15:42:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c0fca1d96 
					 
					
						
						
							
							✏️  Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everywhere in the docs ( #721 )  
						
						
						
						
					 
					
						2023-12-04 13:13:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						799d0aa7a6 
					 
					
						
						
							
							📝  Update details syntax with new pymdown extensions format ( #713 )  
						
						
						
						
					 
					
						2023-11-28 23:12:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a95bd3873d 
					 
					
						
						
							
							🔧  Update config with new pymdown extensions ( #712 )  
						
						... 
						
						
						
						* 🔧  Update config with new pymdown extensions
* 📝  Update admonition blocks syntax
* 📝  Update syntax for tabs with new pymdown extensions 
						
						
					 
					
						2023-11-28 21:50:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						47bcd9df8d 
					 
					
						
						
							
							⬆️  Add support for Python 3.11 and Python 3.12 ( #710 )  
						
						
						
						
					 
					
						2023-11-26 15:20:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80fd7e03cf 
					 
					
						
						
							
							📝  Clarify description of in-memory SQLite database in docs/tutorial/create-db-and-table.md ( #601 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2023-10-23 20:46:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d3ca01dd0 
					 
					
						
						
							
							📝  Tweak wording in docs/tutorial/fastapi/multiple-models.md ( #674 )  
						
						... 
						
						
						
						Co-authored-by: Luis Benitez <lbenitez000@gmail.com> 
						
						
					 
					
						2023-10-23 20:37:07 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						403d44ea78 
					 
					
						
						
							
							📝  Update docs, use offset in example with limit and where ( #273 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2023-10-23 20:55:53 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d192142eb9 
					 
					
						
						
							
							📝  Fix docs for Pydantic's fields using le (lte is invalid, use le ) ( #207 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2023-10-23 16:28:51 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						56f43904c1 
					 
					
						
						
							
							🎨  Update docs format and references with pre-commit and Ruff ( #667 )  
						
						
						
						
					 
					
						2023-10-23 08:11:36 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27a81b2112 
					 
					
						
						
							
							🎨  Run pre-commit on all files and autoformat ( #666 )  
						
						
						
						
					 
					
						2023-10-23 11:46:31 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1568bad01e 
					 
					
						
						
							
							✏️  Fix typos found with codespell ( #520 )  
						
						... 
						
						
						
						Found via `codespell -S *.svg,*.css,*.js,*.drawio -L pullrequest,sesion` 
						
						
					 
					
						2023-10-22 16:50:44 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bdcf11bca6 
					 
					
						
						
							
							📝  Update instructions about how to make a foreign key required in docs/tutorial/relationship-attributes/define-relationships-attributes.md ( #474 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2023-10-22 16:03:51 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02bd7ebffd 
					 
					
						
						
							
							🗑️  Deprecate Python 3.6 and upgrade Poetry and Poetry Version Plugin ( #627 )  
						
						
						
						
					 
					
						2023-07-29 12:32:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						209791734c 
					 
					
						
						
							
							✏️  Fix typo in docs/tutorial/create-db-and-table.md ( #477 )  
						
						... 
						
						
						
						typo fixed in docs/tutorial/create-db-and-table.md
Co-authored-by: Santhosh Solomon <santhoshsolomon@Santhoshs-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-11-08 15:04:06 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22faa192b9 
					 
					
						
						
							
							✏️  Fix small typos in docs ( #481 )  
						
						... 
						
						
						
						Fix small typos
Fixing small typos here and there while reading the document.
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-11-07 14:21:23 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e88b5d3691 
					 
					
						
						
							
							📝  Adjust and clarify docs for docs/tutorial/create-db-and-table.md ( #426 )  
						
						
						
						
					 
					
						2022-08-30 16:35:29 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4143edd251 
					 
					
						
						
							
							✏ Fix typo in docs/tutorial/connect/remove-data-connections.md ( #421 )  
						
						
						
						
					 
					
						2022-08-29 10:33:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2cda8377f 
					 
					
						
						
							
							📝  Update docs for models for updating, id should not be updatable ( #335 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-08-28 01:43:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63dd44dc86 
					 
					
						
						
							
							✏ Fix typo in docs/tutorial/fastapi/tests.md ( #113 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-08-27 20:33:41 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5dff4d15e8 
					 
					
						
						
							
							✏ Fix typo in docs/tutorial/code-structure.md ( #91 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-08-27 20:32:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0197c6e211 
					 
					
						
						
							
							✏ Fix typos in docs/tutorial/many-to-many/create-models-with-link.md ( #45 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-08-27 20:14:23 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0049436cd4 
					 
					
						
						
							
							✏ Fix typo in docs/tutorial/index.md ( #398 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2022-08-27 18:36:08 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						155c6178cd 
					 
					
						
						
							
							✨  Document indexes and make them opt-in ( #205 )  
						
						
						
						
					 
					
						2021-12-28 11:48:03 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						410d7af6b6 
					 
					
						
						
							
							✏ Fix typo in FastAPI tutorial ( #192 )  
						
						
						
						
					 
					
						2021-12-14 19:25:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc3acda4ed 
					 
					
						
						
							
							✏ Fix typos in docs titles ( #28 )  
						
						
						
						
					 
					
						2021-12-14 18:20:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2013c69c4d 
					 
					
						
						
							
							✏ Fix multiple typos and some rewording ( #22 )  
						
						... 
						
						
						
						Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> 
						
						
					 
					
						2021-12-14 18:17:10 +01:00