Author: phd
Date: Mon Aug 26 13:13:28 2013
New Revision: 4655
Log:
Remove setDeprecationLevel from the list of public functions
Modified:
SQLObject/branches/1.5/docs/News.txt
SQLObject/branches/1.5/sqlobject/main.py
Modified: SQLObject/branches/1.5/docs/News.txt
==============================================================================
--- SQLObject/branches/1.5/docs/News.txt Mon Aug 26 13:11:05 2013 (r4654)
+++ SQLObject/branches/1.5/docs/News.txt Mon Aug 26 13:13:28 2013 (r4655)
@@ -21,6 +21,8 @@
* Encode unicode enum values to str.
+* Removed setDeprecationLevel from the list of public functions.
+
* A number of fixes for tests.
Bugfixes
Modified: SQLObject/branches/1.5/sqlobject/main.py
==============================================================================
--- SQLObject/branches/1.5/sqlobject/main.py Mon Aug 26 13:11:05 2013 (r4654)
+++ SQLObject/branches/1.5/sqlobject/main.py Mon Aug 26 13:13:28 2013 (r4655)
@@ -1744,5 +1744,5 @@
__all__ = ['NoDefault', 'SQLObject',
'SQLObjectIntegrityError', 'SQLObjectNotFound',
- 'getID', 'getObject', 'setDeprecationLevel', 'sqlhub', 'sqlmeta',
+ 'getID', 'getObject', 'sqlhub', 'sqlmeta',
]
|