doc TODOs

Issue #2246 resolved
Mike Bayer repo owner created an issue

query.params() -> example

query.as_scalar() -> fix link, add example of scalar usage, dont really need method

query.label() -> fix link, add example

query.filter()/filter_by() -> examples

from_self() -> basic example, i.e. limit + order_by, advanced example, i.e. correlated subq

association proxy -> turn examples to declarative

mapper -> turn examples to declarative

mapper-> subset of columns, move this down

inh -> turn examples to declarative except for concrete, get most of it done

relationship -> illustrate usage of lambdas, make declarative form primary

declarative docs -> adjust to link back to main docs some more

Comments (6)

  1. Mike Bayer reporter

    this ticket is too vague and unlinked to current documentation progress. adding examples to docstrings is most of what's not done here and that's a much bigger and more long term project than just a few items here.

  2. Log in to comment