diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2014-03-21 09:59:23 -0400 |
|---|---|---|
| committer | mike bayer <mike_mp@zzzcomputing.com> | 2014-03-21 09:59:23 -0400 |
| commit | 2b1c3d8821b3b375a6148d583f05bd65810e3faf (patch) | |
| tree | 894433c06c6fe8a4981752a8f0a234326b0a2b70 | |
| parent | a22927b80915d15375b675f57c88b194fbdc2259 (diff) | |
| parent | 07992a6697080613de27e2b5daf6c14bfcead5d4 (diff) | |
| download | sqlalchemy-2b1c3d8821b3b375a6148d583f05bd65810e3faf.tar.gz | |
Merge pull request #81 from tony/patch-2
Fix tag typo in changelog_09
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index dcec53d1e..6c42c7efa 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -146,7 +146,7 @@ for background on building out from SQLAlchemy's test platform. .. change:: - :tags: orm feature + :tags: feature, orm :tickets: 2976 Added a new option to :paramref:`.relationship.innerjoin` which is |
