Host_groups_visible¶
Qualified name: intranet.apps.files.models.Host\_groups\_visible
- class intranet.apps.files.models.Host_groups_visible(id, host, group)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
host (
ForeignKey
toHost
) – Host (related name:Host_groups_visible+
)group (
ForeignKey
toGroup
) – Group (related name:Host_groups_visible+
)
Methods
Attributes
group
Type:
ForeignKey
toGroup
group_id
Internal field, use
group
instead.host
Type:
ForeignKey
toHost
host_id
Internal field, use
host
instead.id
Type:
AutoField
objects