From: Mike Bayer Date: Mon, 17 Oct 2011 17:14:04 +0000 (-0400) Subject: plus a period. seriously. should i just watch TV today instead of screwing more... X-Git-Tag: rel_0_7_4~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d10cf52de3905d3c522665171be656551b229bdb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git plus a period. seriously. should i just watch TV today instead of screwing more things up --- diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index e3e269bebb..acfc09396a 100755 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -559,7 +559,7 @@ variables that ``MyMixin`` defines, i.e. ``__tablename__``, ``__table_args__``, ``id``, etc. If the ``Base`` did define an attribute of the same name, the class placed first in the inherits list would determine which attribute is used on the -newly defined class +newly defined class. Augmenting the Base ~~~~~~~~~~~~~~~~~~~