diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-18 01:12:55 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-18 01:12:55 -0400 |
commit | 24a071921c2e8133a393284c700c106e13242cf5 (patch) | |
tree | 3d33c9261f9679f63cd993ad9ad7af6ca2c68cfa /lib/sqlalchemy | |
parent | 824bd661588d6715d56f279494f98046215b394c (diff) | |
download | sqlalchemy-24a071921c2e8133a393284c700c106e13242cf5.tar.gz |
versionadded
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r-- | lib/sqlalchemy/types.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/types.py b/lib/sqlalchemy/types.py index 87d656546..6c936fa3e 100644 --- a/lib/sqlalchemy/types.py +++ b/lib/sqlalchemy/types.py @@ -125,8 +125,8 @@ class TypeEngine(AbstractType): >>> (c1 == c2).type Boolean() - .. versionadded:: 0.8 The expression system was reworked to support - user-defined comparator objects specified at the type level. + .. versionadded:: 0.8 The expression system was enhanced to support + customization of operators on a per-type level. """ |