| Home | Trees | Index | Help |
|---|
|
__builtin__.object:
The most base type
hdg.djangoapps.admintable.models.AdminTable:
AdminTable is main central object of the module.
exceptions.BaseException:
Common base class for all exceptions
exceptions.Exception:
Common base class for all non-exit exceptions.
django.core.exceptions.MultipleObjectsReturned:
The query returned multiple objects when only one was expected.
django.core.exceptions.ObjectDoesNotExist:
The requested object does not exist
hdg.djangoapps.admintable.models.DataSource:
Emulate QuerySet so we can alternatively use direct SQL query to build
our table
hdg.djangoapps.admintable.models.GeneratedColumn:
Inherit from Generated column, override `render` method to make custom
table column.
hdg.djangoapps.admintable.models.Settings:
Difference from Storage and Dict is that this using that class makes
sure we don't mistype the variable name and use only predefined
variables.
hdg.djangoapps.admintable.models.Storage:
Used by Settings object.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 26 10:42:08 2009 | http://epydoc.sf.net |