Country-specific Django helpers for Australia.
Project description
Country-specific Django helpers for Australia.
What’s in the Australia localflavor?
forms.AUPostCodeField: A form field that validates input as an Australian postcode.
forms.AUPhoneNumberField: A form field that validates input as an Australian phone number. Valid numbers have ten digits.
forms.AUStateSelect: A Select widget that uses a list of Australian states/territories as its choices.
models.AUPhoneNumberField: A model field that checks that the value is a valid Australian phone number (ten digits).
models.AUStateField: A model field that forms represent as a forms.AUStateField field and stores the three-letter Australian state abbreviation in the database.
models.AUPostCodeField: A model field that forms represent as a forms.AUPostCodeField field and stores the four-digit Australian postcode in the database.
See the source code for full details.
About localflavors
Django’s “localflavor” packages offer additional functionality for particular countries or cultures.
For example, these might include form fields for your country’s postal codes, phone number formats or government ID numbers.
This code used to live in Django proper – in django.contrib.localflavor – but was separated into standalone packages in Django 1.5 to keep the framework’s core clean.
For a full list of available localflavors, see https://github.com/django/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-localflavor-au-tjh-1.1.2.tar.gz
.
File metadata
- Download URL: django-localflavor-au-tjh-1.1.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc722a6e7c87b5e7aa95a03e95184a4603d8a8c80caee5a27d60763890e36554 |
|
MD5 | 53602cae6a1dc9c06b81e7c8d811c828 |
|
BLAKE2b-256 | bb6830ed2fce795186600b5febdef7753848649bb30e6a1666a1989851f21ff8 |