diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-03 12:45:52 +0100 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-03 12:45:52 +0100 |
commit | c67a742e01ee7084ffd6ec0d531b96e343e6a5a5 (patch) | |
tree | 6b03ac07bb5aa47af1d6c3bbf521561c7b591828 /docs/source | |
parent | 0a877102119d4738369c1464107123f3f9e6978d (diff) | |
download | sqlparse-c67a742e01ee7084ffd6ec0d531b96e343e6a5a5.tar.gz |
Move SQLParseError to proper location and start deprecation of sqlparse.SQLParseError.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/changes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 5811c57..7c1b861 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -3,5 +3,11 @@ Changes in python-sqlparse ========================== +Upcoming Deprecations +--------------------- + +* ``sqlparse.SQLParseError`` is deprecated (version 0.1.5), use + ``sqlparse.exceptions.SQLParseError`` instead. + .. include:: ../../CHANGES |