diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-10-17 13:14:04 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-10-17 13:14:04 -0400 |
commit | d10cf52de3905d3c522665171be656551b229bdb (patch) | |
tree | 74ed97572018538942c69fa344b96f2b389cbdeb /lib/sqlalchemy/ext/declarative.py | |
parent | 83d431048cd3aae409a4a13791b5f5d59af26023 (diff) | |
download | sqlalchemy-d10cf52de3905d3c522665171be656551b229bdb.tar.gz |
plus a period. seriously. should i just watch TV today instead of screwing more things up
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
-rwxr-xr-x | lib/sqlalchemy/ext/declarative.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index e3e269beb..acfc09396 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 ~~~~~~~~~~~~~~~~~~~ |