Secondary Effect

SecondaryEffect.SecondaryEffect(**kwargs)

The Secondary Effect model holds (optional) data for effects of Project Activities that are classified as Secondary.

class portfolio.SecondaryEffect.SecondaryEffect(*args, **kwargs)

The Secondary Effect model holds (optional) data for effects of Project Activities that are classified as Secondary.

exception DoesNotExist
exception MultipleObjectsReturned
creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

effect_category

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

get_absolute_url()
get_effect_category_display(*, field=<django.db.models.fields.IntegerField: effect_category>)
get_next_by_creation_date(*, field=<django.db.models.fields.DateTimeField: creation_date>, is_next=True, **kwargs)
get_next_by_last_change_date(*, field=<django.db.models.fields.DateTimeField: last_change_date>, is_next=True, **kwargs)
get_previous_by_creation_date(*, field=<django.db.models.fields.DateTimeField: creation_date>, is_next=False, **kwargs)
get_previous_by_last_change_date(*, field=<django.db.models.fields.DateTimeField: last_change_date>, is_next=False, **kwargs)
id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

last_change_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>
project_activity

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

Child.parent is a ForwardManyToOneDescriptor instance.

project_activity_id
secondary_effect_description

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

secondary_effect_identifier

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

text_rendered

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.