]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clarify order_by(False)
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jul 2016 22:50:18 +0000 (18:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jul 2016 22:57:04 +0000 (18:57 -0400)
commitfb647e5219a87cf15c026711ba0943ba3a080316
tree006eca5418ce1a56d65457bc944ad939698afcd7
parent05f28ba2fb6b9fe1e36748bb16969afc8375a9fb
Clarify order_by(False)

It wasn't clear how this differs from order_by(None);
add more tests and document that this has to do with whether or
not mapper.order_by will be re-enabled as well.

Change-Id: I332e8ac60c999b38c5a243f1cb72de3cf77891b6
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py