diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-06-08 19:28:15 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-06-08 19:28:15 +0200 |
| commit | 3e7803e70d4c2546ebef566b42e4aeec12ee81a8 (patch) | |
| tree | eae2cee5fa36a251567a7ec08718237f694d2702 /docs/source | |
| parent | b114ff6361550246cb5cb96168d25fe46bd355ef (diff) | |
| download | sqlparse-3e7803e70d4c2546ebef566b42e4aeec12ee81a8.tar.gz | |
Fix include of changelog in docs, fix markup in Changelog.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/changes.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 7c1b861..4d8b54c 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -1,13 +1,17 @@ .. _changes: -Changes in python-sqlparse -========================== +============================ + Changes in python-sqlparse +============================ Upcoming Deprecations ---------------------- +===================== * ``sqlparse.SQLParseError`` is deprecated (version 0.1.5), use ``sqlparse.exceptions.SQLParseError`` instead. -.. include:: ../../CHANGES +Changelog +========= + +.. include:: ../../CHANGELOG |
