]> 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:31:03 +0000 (09:31 -0400)
commit024520b88a4ab532145d263002e94dca98873bf3
treec946ab7f1e8b183997ac9b54e51cfeed587f5463
parent74633d71b1f7e5d6de0552906e41f24271adc93b
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
(cherry picked from commit dce32062236001ed89258cfe60c89bbca5db18c5)
doc/build/changelog/migration_10.rst
doc/build/orm/extensions/declarative/mixins.rst
lib/sqlalchemy/ext/declarative/api.py