Skip to main content

Module advanced_fields

Module advanced_fields 

Source
Expand description

Advanced field types for specialized data validation

Structs§

ColorField
A field for color validation (hex format)
ComboField
A field that combines multiple field validators
DurationField
A field for ISO 8601 duration validation
PasswordField
A field for password validation with strength requirements
UUIDField
A field for UUID validation

Constants§

PASSWORD_REDACTED
Redacted placeholder value stored in cleaned data for password fields.