Files
sqlalchemy/test
Mike Bayer 2e2af8d918 Implement __delete__
A long-standing oversight in the ORM, the ``__delete__`` method for a many-
to-one relationship was non-functional, e.g. for an operation such as ``del
a.b``.  This is now implemented and is equivalent to setting the attribute
to ``None``.

Fixes: #4354
Change-Id: I60131a84c007b0bf6f20c5cc5f21a3b96e954046
2018-11-02 01:22:41 -04:00
..
2018-08-01 12:30:57 -04:00
2018-09-18 21:58:02 -04:00
2018-11-02 01:22:41 -04:00
2017-02-07 11:21:56 -05:00