akvo.rsr.models.result.indicator_disaggregation_target module
- class akvo.rsr.models.result.indicator_disaggregation_target.IndicatorDisaggregationTarget(id, indicator, dimension_value, value)[source]
Bases:
Model
- exception DoesNotExist
Bases:
ObjectDoesNotExist
- exception MultipleObjectsReturned
Bases:
MultipleObjectsReturned
- dimension_value
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.
- dimension_value_id
- id
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- indicator
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.
- indicator_id
- objects = <django.db.models.manager.Manager object>
- project_relation = 'results__indicators__disaggregation_targets__in'
- value
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.