EighthActivity_users_allowed¶
Qualified name: intranet.apps.eighth.models.EighthActivity\_users\_allowed
- class intranet.apps.eighth.models.EighthActivity_users_allowed(id, eighthactivity, user)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
eighthactivity (
ForeignKey
toEighthActivity
) – Eighthactivity (related name:EighthActivity_users_allowed+
)user (
ForeignKey
toUser
) – User (related name:EighthActivity_users_allowed+
)
Methods
Attributes
eighthactivity
Type:
ForeignKey
toEighthActivity
eighthactivity_id
Internal field, use
eighthactivity
instead.id
Type:
AutoField
objects
user
Type:
ForeignKey
toUser
user_id
Internal field, use
user
instead.