[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- zinnia.admin.widgets.MPTTFilteredSelectMultiple.Media:
MPTTFilteredSelectMultiple's Media
- zinnia.models.Entry.Meta:
Entry's Meta
- zinnia.models.Author.Meta:
Author's Meta
- zinnia.models.EntryAbstractClass.Meta
- zinnia.admin.forms.EntryAdminForm.Meta:
EntryAdminForm's Meta
- zinnia.admin.forms.CategoryAdminForm.Meta:
CategoryAdminForm's Meta
- zinnia.models.Category.Meta:
Category's Meta
- markupbase.ParserBase:
Parser base class which provides some common support methods used
by the SGML/HTML and XHTML parsers.
- object:
The most base type
- django.core.management.base.BaseCommand:
The base class from which all management commands ultimately
derive.
- django.core.management.base.LabelCommand:
A management command which takes one or more arbitrary arguments
(labels) on the command line, and does something with each of them.
- django.core.management.base.NoArgsCommand:
A command which takes no arguments on the command line.
- 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
- django.contrib.admin.options.BaseModelAdmin:
Functionality common to both ModelAdmin and InlineAdmin.
- django.contrib.admin.options.ModelAdmin:
Encapsulates all admin options and functionality for a given model.
- calendar.Calendar:
Base calendar class.
- calendar.HTMLCalendar:
This calendar returns complete HTML pages.
- zinnia.comparison.ClusteredModel:
Wrapper around Model class building a dataset of instances
- django.contrib.comments.moderation.CommentModerator:
Encapsulates comment-moderation options for a given model.
- zinnia.templatetags.zbreadcrumbs.Crumb:
Part of the Breadcrumbs
- django.contrib.syndication.views.Feed
- django.forms.fields.Field
- django.forms.fields.ChoiceField
- django.forms.models.ModelChoiceField:
A ChoiceField whose choices are a model QuerySet.
- django.forms.models.ModelMultipleChoiceField:
A MultipleChoiceField whose choices are a model QuerySet.
- zinnia.admin.widgets.TreeNodeChoiceField:
Duplicating the TreeNodeChoiceField bundled in django-mptt to avoid
conflict with the TreeNodeChoiceField bundled in django-cms...
- django.db.models.manager.Manager
- django.db.models.base.Model
- zinnia.models.EntryAbstractClass:
Base Model design for publishing entries
- mptt.models.MPTTModel:
Base class for tree models.
- django.contrib.auth.models.User:
Users within the Django authentication system are represented by
this model.
- django.forms.models.ModelChoiceIterator
- django.contrib.sitemaps.Sitemap
- django.utils.encoding.StrAndUnicode:
A class whose __str__ returns its __unicode__ as a UTF-8
bytestring.
- django.forms.forms.BaseForm
- django.forms.models.BaseModelForm
- django.forms.models.ModelForm
- django.forms.forms.Form:
A collection of Fields, plus their associated data.
- django.utils.feedgenerator.SyndicationFeed:
Base class for all syndication feeds.
- zinnia.ping.URLRessources:
Object defining the ressources of the website
- zinnia.comparison.VectorBuilder:
Build a list of vectors based on datasets
- django.forms.widgets.Widget
- django.forms.widgets.Input:
Base class for all <input> widgets (except type='checkbox'
and type='radio', which are special).
- django.forms.widgets.Select
- threading._Verbose
- type:
type(object) -> the object's type type(name, bases, dict) ->
a new type