Operator

Operator.Operator(**kwargs)

The Operator model holds data for each Operator involved in the operation of a Project

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

The Operator model holds data for each Operator involved in the operation of a Project

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.

get_absolute_url()
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_o_and_m_contract_display(*, field=<django.db.models.fields.IntegerField: o_and_m_contract>)
get_operator_track_record_display(*, field=<django.db.models.fields.IntegerField: operator_track_record>)
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.

o_and_m_contract

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>
operating_risk

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

operator_identifier

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

operator_lei

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

operator_track_record

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

project_company

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_company_id