EnrichmentActivity_groups_blacklisted¶
Qualified name: intranet.apps.enrichment.models.EnrichmentActivity\_groups\_blacklisted
- class intranet.apps.enrichment.models.EnrichmentActivity_groups_blacklisted(id, enrichmentactivity, group)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
enrichmentactivity (
ForeignKey
toEnrichmentActivity
) – Enrichmentactivity (related name:EnrichmentActivity_groups_blacklisted+
)group (
ForeignKey
toGroup
) – Group (related name:EnrichmentActivity_groups_blacklisted+
)
Methods
Attributes
enrichmentactivity
Type:
ForeignKey
toEnrichmentActivity
enrichmentactivity_id
Internal field, use
enrichmentactivity
instead.group
Type:
ForeignKey
toGroup
group_id
Internal field, use
group
instead.id
Type:
AutoField
objects