Kuwait (kw
)¶
Forms¶
Kuwait-specific Form helpers.
- class localflavor.kw.forms.KWAreaSelect(attrs=None)[source]¶
A Select widget that uses a list of Kuwait areas as its choices.
Added in version 1.6.
- class localflavor.kw.forms.KWCivilIDNumberField(max_length=12, min_length=12, **kwargs)[source]¶
Kuwaiti Civil ID numbers are 12 digits, second to seventh digits represents the person’s birthdate.
- Checks the following rules to determine the validity of the number:
The number consist of 12 digits.
The first(century) digit should be 1, 2, or 3.
The birthdate of the person is a valid date.
The calculated checksum equals to the last digit of the Civil ID.