diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-04 15:49:28 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-04 15:49:28 -0400 |
| commit | 6c47f660115596d24bca146f2d4a034d72b6c663 (patch) | |
| tree | 75cb4b93cf461335da928e503398bf698b707f42 /doc | |
| parent | d2656136ab682f4a9fcd8fa0bbdecabe8221e1fa (diff) | |
| parent | e6251c3e40e623aaadc7356c0b3c94101710079c (diff) | |
| download | sqlalchemy-6c47f660115596d24bca146f2d4a034d72b6c663.tar.gz | |
Merge remote-tracking branch 'origin/pr/267'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/faq/ormconfiguration.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/faq/ormconfiguration.rst b/doc/build/faq/ormconfiguration.rst index 3a2ea29a6..faaee449e 100644 --- a/doc/build/faq/ormconfiguration.rst +++ b/doc/build/faq/ormconfiguration.rst @@ -89,7 +89,8 @@ To get at the :class:`.Mapper` for a particular mapped class, call the mapper = inspect(MyClass) -From there, all information about the class can be acquired using such methods as: +From there, all information about the class can be accessed through properties +such as: * :attr:`.Mapper.attrs` - a namespace of all mapped attributes. The attributes themselves are instances of :class:`.MapperProperty`, which contain additional |
