diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-28 13:48:44 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-28 13:48:44 -0400 |
commit | 8ab39fb652cf9edb1b9795bd528638105aff7d26 (patch) | |
tree | be87aa1247fa1f85480eac40e86be6203464fee0 | |
parent | 5da1c96c82ca376df10f7c7d77381259e071d420 (diff) | |
download | sqlalchemy-8ab39fb652cf9edb1b9795bd528638105aff7d26.tar.gz |
- whitespace below ..version, sigh
-rw-r--r-- | doc/build/orm/loading.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build/orm/loading.rst b/doc/build/orm/loading.rst index ccdb53cee..4031bac98 100644 --- a/doc/build/orm/loading.rst +++ b/doc/build/orm/loading.rst @@ -142,7 +142,6 @@ of a particular attribute, the :func:`.defaultload` method/function may be used: ).all() .. versionchanged:: 0.9.0 - The previous approach of specifying dot-separated paths within loader options has been superseded by the less ambiguous approach of the :class:`.Load` object and related methods. With this system, the user |