loefsys.groups.models.taskforce module

Module containing the model definitions for a taskforce.

class loefsys.groups.models.taskforce.Taskforce(*args, **kwargs)

Bases: LoefbijterGroup

Model representing a taskforce.

A taskforce is a group of people that have a joined task, while not being a committee.

requires_nda

A flag that shows whether an NDA needs to be signed to be in the taskforce.

Type:

bool

requires_nda

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

exception DoesNotExist

Bases: DoesNotExist

exception MultipleObjectsReturned

Bases: MultipleObjectsReturned

loefbijtergroup_ptr

Accessor to the related object on the forward side of a one-to-one relation.

In the example:

class Restaurant(Model):
    place = OneToOneField(Place, related_name='restaurant')

Restaurant.place is a ForwardOneToOneDescriptor instance.

loefbijtergroup_ptr_id