]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove extra "return" statement in orm.ext.declared_attr.cascading examples
authorDmitry Bogun <surabujin@surabujin.org.ua>
Sat, 1 Oct 2016 13:22:06 +0000 (09:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Oct 2016 13:27:47 +0000 (09:27 -0400)
commitdce32062236001ed89258cfe60c89bbca5db18c5
tree6461b65d56d506009028552e31198d40e34e37cf
parent079df65dc0f71ea4d1771b6ae17e13242c766517
Remove extra "return" statement in orm.ext.declared_attr.cascading examples

Also improves some naming in the examples.

Change-Id: I51e5b1d9a730885aed10e5e6ade2123f5e736359
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/306
doc/build/changelog/migration_10.rst
doc/build/orm/extensions/declarative/mixins.rst
lib/sqlalchemy/ext/declarative/api.py