Package hm :: Package db :: Module citation :: Class Author
[hide private]
[frames] | no frames]

Class Author

source code


Nested Classes [hide private]
  Admin
  DoesNotExist
  MultipleObjectsReturned

Inherited from django.db.models.base.Model: __metaclass__

Instance Methods [hide private]
 
__unicode__(self) source code
 
AddManipulator(...)
 
ChangeManipulator(...)
 
objects(...)

Inherited from rating.RatingMixin: add_rating, rating_by_user

Inherited from tag.TagMixin: add_tag

Inherited from django.db.models.base.Model: __eq__, __init__, __ne__, __repr__, __str__, delete, save, validate

Inherited from django.db.models.base.Model (private): _collect_sub_objects, _get_FIELD_display, _get_FIELD_filename, _get_FIELD_height, _get_FIELD_size, _get_FIELD_url, _get_FIELD_width, _get_image_dimensions, _get_next_or_previous_by_FIELD, _get_next_or_previous_in_order, _get_pk_val, _save_FIELD_file, _set_pk_val

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Methods [hide private]
Author
make(klass, name, description='', url='')
Returns: Instantiated, but not saved, a new Author object.
source code

Inherited from tag.TagMixin: by_tag, by_tag_id, tag_cloud

Inherited from log.ActionMixin: by_user

Inherited from utils.ModelMixin: add, find, get

Inherited from django.db.models.base.Model: add_to_class

Inherited from django.db.models.base.Model (private): _prepare

Class Variables [hide private]
  _default_manager = <django.db.models.manager.Manager object at...
  _meta = <Options for Author>
  article_set = <django.db.models.fields.related.ForeignRelatedO...
  tagging_set = <django.contrib.contenttypes.generic.ReverseGene...
Instance Variables [hide private]
string name = models.CharField(max_length= 255)
The name of the Author
string description = models.TextField()
Any additional information about the source.
string url = models.URLField(blank= True, verify_exists= False)
A url, if available.

Inherited from rating.RatingMixin: ratings

Inherited from log.ActionMixin: actions, log

Properties [hide private]
  articles
cached_property
  sources
cached_property
  citations
cached_property

Inherited from rating.RatingMixin: aggregate_rating, rating_by_current_user

Inherited from tag.TagMixin: taggings, tags

Inherited from tag.SlugMixin: slug, slugs

Inherited from log.ActionMixin: action, time, user

Inherited from django.db.models.base.Model: pk

Inherited from object: __class__

Method Details [hide private]

make(klass, name, description='', url='')
Class Method

source code 
Returns: Author
Instantiated, but not saved, a new Author object.

See Also: Author for parameter information.


Class Variable Details [hide private]

_default_manager

Value:
<django.db.models.manager.Manager object at 0x4084c8ac>

article_set

Value:
<django.db.models.fields.related.ForeignRelatedObjectsDescriptor objec\
t at 0x408503cc>

tagging_set

Value:
<django.contrib.contenttypes.generic.ReverseGenericRelatedObjectsDescr\
iptor object at 0x408d3f4c>

Property Details [hide private]

articles

cached_property

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, value)
Delete Method:
unreachable.fdel(self)

sources

cached_property

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, value)
Delete Method:
unreachable.fdel(self)

citations

cached_property

Get Method:
unreachable.fget(self)
Set Method:
unreachable.fset(self, value)
Delete Method:
unreachable.fdel(self)