Certificate
- Certificate.Certificate(**kwargs)
The Certificate model holds data for each individual Energy Certificate in the Portfolio
- class portfolio.Certificate.Certificate(*args, **kwargs)
The Certificate model holds data for each individual Energy Certificate in the Portfolio
- exception DoesNotExist
- exception MultipleObjectsReturned
- buyer
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.
- buyer_id
- certificate_identifier
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- contract_price
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- contract_quantity
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- creation_date
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- deliver_issuing_body
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- delivery_country
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- delivery_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_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)
- ics
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- 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>
- production_country
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- production_device
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.
- production_device_id
- production_end
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- production_issuing_body
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- production_start
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- seller
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.
- seller_id
- support_type
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- technology_code
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.