make query generative assertions overrideable

Issue #1424 resolved
Mike Bayer repo owner created an issue

this means, have the _generative decorator take strings, not function refs as arguments, have the assertions use single-underscore names. alternatively, provide a generative method query.disable_assertions(*names) to ease the task of constructing custom query classes.

Comments (3)

  1. Log in to comment