Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
couchdbkit.ext.django.forms.forms.BaseForm
couchdbkit.schema.Document
restkit.HttpResponse
restkit.Resource
restkit.errors.ResourceError
restkit.errors.ResourceError
restkit.errors.ResourceError
couchdbkit.schema.SchemaProperties
asyncore.dispatcher
asynchat.async_chat
:
This is an abstract class.
couchdbkit.consumer.continuous_changes_handler
object
:
The most base type
couchdbkit.schema.base.AttachmentMixin
:
mixin to manage doc attachments.
couchdbkit.loaders.BaseDocsLoader
:
Baseclass for all doc loaders.
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
couchdbkit.exceptions.BadValueError
:
exception raised when a value can't be validated or is required
couchdbkit.exceptions.BulkSaveError
:
exception raised when bulk save contain errors.
couchdbkit.exceptions.DocsPathNotFound
:
exception raised when path given for docs isn't found
couchdbkit.exceptions.DuplicatePropertyError
:
exception raised when there is a duplicate property in a model
couchdbkit.exceptions.InvalidAttachment
:
raised when an attachment is invalid
couchdbkit.exceptions.MultipleResultsFound
:
exception raised when more than one object is returned by the get_by method
couchdbkit.exceptions.NoResultFound
:
exception returned when no results are found
couchdbkit.exceptions.ReservedWordError
:
exception raised when a reserved word is used in Document schema
couchdbkit.exceptions.ViewServerError
:
exception raised by view server
couchdbkit.consumer.Consumer
:
Database change consumer
couchdbkit.ext.django.loading.CouchdbkitHandler
:
The couchdbkit handler for django
couchdbkit.client.Database
:
Object that abstract access to a CouchDB database A Database object can act as a Dict object.
couchdbkit.ext.django.forms.DocumentFormOptions
couchdbkit.schema.base.DocumentSchema
couchdbkit.external.External
:
simple class to handle an external ans send the response.
couchdbkit.contrib.wsgi_handler.WSGIHandler
couchdbkit.schema.properties.Property
:
Property base which all other properties inherit.
couchdbkit.schema.properties.Property
:
Property base which all other properties inherit.
couchdbkit.schema.base.QueryMixin
:
Mixin that add query methods
couchdbkit.client.Server
:
Server object that allows you to access and manage a couchdb node.
couchdbkit.client.ViewInterface
:
Generic object interface used by View and TempView objects.
couchdbkit.client.ViewResults
:
Object to retrieve view results.
couchdbkit.contrib.wsgi_handler.WSGIRequest
basestring
:
Type basestring cannot be instantiated; it is the base for str and unicode.
unicode
:
unicode(string [, encoding[, errors]]) -> object
dict
:
dict() -> new empty dictionary.
float
:
float(x) -> floating point number
int
:
int(x[, base]) -> integer
bool
:
bool(x) -> bool
list
:
list() -> new list list(sequence) -> new list initialized from sequence's items
type
:
type(object) -> the object's type type(name, bases, dict) -> a new type
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Wed May 19 15:52:50 2010
http://epydoc.sourceforge.net