Primary Effect
- PrimaryEffect.PrimaryEffect(**kwargs)
The Primary Effect model holds data for effects of Project Activities that are classified as Primary
- class portfolio.PrimaryEffect.PrimaryEffect(*args, **kwargs)
The Primary Effect model holds data for effects of Project Activities that are classified as Primary
- 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>
- primary_effect_description
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- primary_effect_identifier
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- 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 aForwardManyToOneDescriptor
instance.
- project_activity_id
- text_rendered
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.