UserProperties__schedule¶
Qualified name: intranet.apps.users.models.UserProperties\_\_schedule
- class intranet.apps.users.models.UserProperties__schedule(id, userproperties, section)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
userproperties (
ForeignKey
toUserProperties
) – Userproperties (related name:UserProperties__schedule+
)section (
ForeignKey
toSection
) – Section (related name:UserProperties__schedule+
)
Methods
Attributes
id
Type:
AutoField
objects
section
Type:
ForeignKey
toSection
section_id
Internal field, use
section
instead.userproperties
Type:
ForeignKey
toUserProperties
userproperties_id
Internal field, use
userproperties
instead.