]> 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:37:29 +0000 (12:37 -0500)
commit2506d7202f492796f801e1e3eb23c09d4cc52fab
tree03f5e80d604fade778daf6dd48617457547e76a1
parente8d6cc207b05785e34a4d5b88db961dbb7ed6d6d
- 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

(cherry picked from commit 8fa62d652b8d1834e23ba36e56c7bd711cc37e37)
lib/sqlalchemy/orm/query.py