apparently the pycon+sql highlight doesn't work with
class definitions for some reason? seems like something
to be aware of...
Fixes: #9810
Change-Id: I5cfca5e0fb9d797ff4068526d05e181b4ff71ebf
The **write only** loader strategy is the primary means of configuring a
:func:`_orm.relationship` that will remain writeable, but will not load
its contents into memory. A write-only ORM configuration in modern
-type-annotated Declarative form is illustrated below::
+type-annotated Declarative form is illustrated below:
+
+.. sourcecode:: python
>>> from decimal import Decimal
>>> from datetime import datetime