akvo.rsr.models.report module
- class akvo.rsr.models.report.Report(id, name, title, description, url)[source]
- Bases: - Model- exception DoesNotExist
- Bases: - ObjectDoesNotExist
 - exception MultipleObjectsReturned
- Bases: - MultipleObjectsReturned
 - description
- A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed. 
 - formats
- Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation. - In the example: - class Pizza(Model): toppings = ManyToManyField(Topping, related_name='pizzas') - Pizza.toppingsand- Topping.pizzasare- ManyToManyDescriptorinstances.- Most of the implementation is delegated to a dynamically defined manager class built by - create_forward_many_to_many_manager()defined below.
 - id
- A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed. 
 - property multiple_lines
 - name
- 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>
 - organisations
- Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation. - In the example: - class Pizza(Model): toppings = ManyToManyField(Topping, related_name='pizzas') - Pizza.toppingsand- Topping.pizzasare- ManyToManyDescriptorinstances.- Most of the implementation is delegated to a dynamically defined manager class built by - create_forward_many_to_many_manager()defined below.
 - property parameters
 - title
- A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed. 
 - url
- A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed. 
 
- class akvo.rsr.models.report.ReportFormat(id, name, display_name, icon)[source]
- Bases: - Model- exception DoesNotExist
- Bases: - ObjectDoesNotExist
 - exception MultipleObjectsReturned
- Bases: - MultipleObjectsReturned
 - display_name
- A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed. 
 - icon
- 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. 
 - name
- 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>
 - report_set
- Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation. - In the example: - class Pizza(Model): toppings = ManyToManyField(Topping, related_name='pizzas') - Pizza.toppingsand- Topping.pizzasare- ManyToManyDescriptorinstances.- Most of the implementation is delegated to a dynamically defined manager class built by - create_forward_many_to_many_manager()defined below.