]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove first_init
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Oct 2024 18:03:08 +0000 (14:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Oct 2024 18:03:08 +0000 (14:03 -0400)
commitdb80167902c24f89422018edb0e38e720288b3bc
tree5d51c443f82a34484a9f49708828d9c33376c736
parentaaddd7c8403e9ca2f77113467b5e2ae279a542c4
remove first_init

The ``first_init`` ORM event has been removed.  This event was
non-functional throughout the 1.4 and 2.0 series and could not be invoked
without raising an internal error, so it is not expected that there is any
real-world use of this event hook.

Fixes: #10500
Change-Id: I00b522c9d12e412b3be1fc5c6b96e177e6fca666
doc/build/changelog/unreleased_21/10500.rst [new file with mode: 0644]
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/instrumentation.py