Query API doc missing group_by

Issue #1026 resolved
Former user created an issue

(original reporter: ged) I just noticed the "group_by" method of query objects is not present in the API documentation. The method does have a docstring, so I suspect a bug in the doc generator.

Comments (4)

  1. Mike Bayer repo owner

    its a bug in the decorator it has. its fixed in 0.5. can potentially be backported to 0.4.

  2. Mike Bayer repo owner
    • changed milestone to 0.4.8

    we just need to run it through "update_wrapper" or equivalent so this should get fixed for 0.4

  3. Log in to comment