]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Use logging.WARNING instead of logging.WARN 1548/head
authorZubarev Grigoriy <thirtysix@thirtysix.pw>
Sat, 5 Oct 2024 20:05:54 +0000 (23:05 +0300)
committerZubarev Grigoriy <thirtysix@thirtysix.pw>
Sat, 5 Oct 2024 20:05:54 +0000 (23:05 +0300)
commit249b9a2942037f8da9f2db5736d1d988435b6fe5
tree0f0554c87bde9f362b993bcc8df2f468a785b483
parent9cc68f5e89183e3c5634ac892bf7819dfc90a8d5
Use logging.WARNING instead of logging.WARN

The WARN constant is an undocumented alias for WARNING. Whilst it’s not deprecated, it’s not mentioned at all in the documentation.
alembic/templates/async/alembic.ini.mako
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
alembic/testing/env.py
docs/build/tutorial.rst