EighthActivity_sponsors¶
Qualified name: intranet.apps.eighth.models.EighthActivity\_sponsors
- class intranet.apps.eighth.models.EighthActivity_sponsors(id, eighthactivity, eighthsponsor)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
eighthactivity (
ForeignKey
toEighthActivity
) – Eighthactivity (related name:EighthActivity_sponsors+
)eighthsponsor (
ForeignKey
toEighthSponsor
) – Eighthsponsor (related name:EighthActivity_sponsors+
)
Methods
Attributes
eighthactivity
Type:
ForeignKey
toEighthActivity
eighthactivity_id
Internal field, use
eighthactivity
instead.eighthsponsor
Type:
ForeignKey
toEighthSponsor
eighthsponsor_id
Internal field, use
eighthsponsor
instead.id
Type:
AutoField
objects