summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/hybrid.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-02-02 18:49:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-02-02 18:49:33 -0500
commitdb756a59112e3fb84721cce6bf03f9e386f3e103 (patch)
treeaaba2e3c16083093b33902f7f5ab71f61c32a8a8 /lib/sqlalchemy/ext/hybrid.py
parenta6697a83e57ef58780e3d6da43f907f88a60e3a8 (diff)
downloadsqlalchemy-db756a59112e3fb84721cce6bf03f9e386f3e103.tar.gz
formatting
Diffstat (limited to 'lib/sqlalchemy/ext/hybrid.py')
-rw-r--r--lib/sqlalchemy/ext/hybrid.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/sqlalchemy/ext/hybrid.py b/lib/sqlalchemy/ext/hybrid.py
index eb0f6abc7..98da5ad36 100644
--- a/lib/sqlalchemy/ext/hybrid.py
+++ b/lib/sqlalchemy/ext/hybrid.py
@@ -470,11 +470,15 @@ The Hybrid Value pattern is very useful for any kind of value that may
have multiple representations, such as timestamps, time deltas, units
of measurement, currencies and encrypted passwords.
-See Also:
+.. seealso::
-`Hybrids and Value Agnostic Types <http://techspot.zzzeek.org/2011/10/21/hybrids-and-value-agnostic-types/>`_ - on the techspot.zzzeek.org blog
+ `Hybrids and Value Agnostic Types
+ <http://techspot.zzzeek.org/2011/10/21/hybrids-and-value-agnostic-types/>`_ -
+ on the techspot.zzzeek.org blog
-`Value Agnostic Types, Part II <http://techspot.zzzeek.org/2011/10/29/value-agnostic-types-part-ii/>`_ - on the techspot.zzzeek.org blog
+ `Value Agnostic Types, Part II
+ <http://techspot.zzzeek.org/2011/10/29/value-agnostic-types-part-ii/>`_ -
+ on the techspot.zzzeek.org blog
.. _hybrid_transformers: