~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/_sources/orm/query.txt

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2011-08-01 23:18:16 UTC
  • mfrom: (1.4.15 upstream) (16.1.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20110801231816-6lx797pi3q1fpqst
Tags: 0.7.2-1
* New upstream release
* Bump minimum required python-mako version to 0.4.1 (closes: 635898)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
    q = session.query(SomeMappedClass)
19
19
 
20
 
Following is the full interface for the :class:`Query` object.
 
20
Following is the full interface for the :class:`.Query` object.
21
21
 
22
22
.. autoclass:: sqlalchemy.orm.query.Query
23
23
   :members: