fastapi/docs_src/sql_databases
mxp a346cd8b70 update other python file as well to get the right import for
declarative_base

The declarative_base() function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
Base = declarative_base()
2023-08-16 23:49:31 +02:00
..
sql_app update other python file as well to get the right import for 2023-08-16 23:49:31 +02:00
sql_app_py39 update other python file as well to get the right import for 2023-08-16 23:49:31 +02:00
sql_app_py310 sort the import function 2023-08-15 23:25:11 +02:00
__init__.py Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00