The main module is accessible via the sqlobject module.
SQLObject is a object-relational mapper. See SQLObject.html or SQLObject.txt for more.
With the help by Oleg Broytman and many other contributors. See Authors.txt.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Set the deprecation level for SQLObject. Low levels are more actively being deprecated. Any warning at a level at or below warning will give a warning. Any warning at a level at or below exception will give an exception. You can use a higher exception level for tests to help upgrade your code. None for either value means never warn or raise exceptions.
The levels currently mean:
- Deprecated in current version (0.9). Will be removed in next version (0.10)
- Planned to deprecate in next version, remove later.
- Planned to deprecate sometime, remove sometime much later ;)
As the SQLObject versions progress, the deprecation level of specific features will go down, indicating the advancing nature of the feature's doom. We'll try to keep features at 1 for a major revision.
As time continues there may be a level 0, which will give a useful error message (better than AttributeError) but where the feature has been fully removed.
This class contains 10 members.
This class contains 10 members.
This object is the object we use to keep track of all sorts of information. Subclasses are made for each SQLObject subclass (dynamically if necessary), and instances are created to go alongside every SQLObject instance.
This class contains 38 members.
This class contains 41 members.
See the source for more information.