Files
sqlalchemy/doc/build/orm/loading_objects.rst
T
Kataev Denis 9461fd8771 Repair formatting throughout documentation
1. Section decorators to [one style](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#sections):
without inset at both side and with same length as text.
2. Fix broken [reference](http://docs.sqlalchemy.org/en/latest/core/type_basics.html#generic-types).
3. Convert tabs to space in some small files.
4. Some python code snippets have python+sql syntax hint.

Change-Id: I39a7a41ef0b0591c6bf1e610748e2b5c19fc5379
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/361
(cherry picked from commit 42b6ef8ccd)
2017-05-22 18:01:04 -04:00

17 lines
357 B
ReStructuredText

===============
Loading Objects
===============
Notes and features regarding the general loading of mapped objects.
For an in-depth introduction to querying with the SQLAlchemy ORM, please see the :ref:`ormtutorial_toplevel`.
.. toctree::
:maxdepth: 2
loading_columns
loading_relationships
inheritance_loading
constructors
query