]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- write a real inline documentation section for from_self(),
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2015 17:36:36 +0000 (12:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2015 17:36:36 +0000 (12:36 -0500)
commit8fa62d652b8d1834e23ba36e56c7bd711cc37e37
tree4dad356b4a518066f3cc400991132f4c91faa491
parent077f26af5f6fefdc98f6720ab5e02b0fad6eff7a
- write a real inline documentation section for from_self(),
building on the example of query.join().  Ideally all the methods
in Query would have this kind of thing.  fixes #3544
lib/sqlalchemy/orm/query.py