Address¶
Qualified name: intranet.apps.users.models.Address
- class intranet.apps.users.models.Address(*args, **kwargs)[source]¶
Bases:
ModelRepresents a user’s address.
- street¶
The street name of the address.
- city¶
The city name of the address.
- state¶
The state name of the address.
- postal_code¶
The zip code of the address.
NOTE: This model is no longer used because of privacy reasons.
- Parameters:
Reverse relationships:
- Parameters:
userproperties (Reverse
OneToOneFieldfromUserProperties) – The user properties of this address (related name of_address)
Methods
Attributes
Type:
CharFieldidType:
AutoFieldobjectsType:
CharFieldType:
CharFieldType:
CharFielduserpropertiesType: Reverse
OneToOneFieldfromUserProperties