Files
sqlalchemy/examples/custom_attributes/__init__.py
T
Mike Bayer e28b448137 Add an init_scalar event for attributes
This allows us to build default-setting recipes such
as one that allows us to actively read column-level
defaults.  An example suite is also added.

Change-Id: I7b022d52cc89526132d5bc4201ac27fea4cf088d
Fixes: #1311
2016-06-02 14:41:31 -04:00

7 lines
106 B
Python

"""
Examples illustrating modifications to SQLAlchemy's attribute management
system.
.. autosource::
"""