Skip to main content

Country-specific Django helpers for New Zealand.

Project description

Country-specific Django helpers for New Zealand.

What’s in the New Zealand localflavor?

  • forms.NZRegionSelect - a Select widget with a list of New Zealand regions.

  • forms.NZProvinceSelect - a Select widget with a list of New Zealand provinces.

  • forms.NZNorthIslandSelect - a Select widget with a list of Norh Island city and district councils.

  • forms.NZSouthIslandSelect - a Select widget with a list of South Island city and district councils.

  • forms.NZPostCodeField - a form field that validates input as a New Zealand postal code. Valid format is XXXX, where X is a digit.

  • forms.NZPhoneNumberField - a form field that validates input as a New Zealand phone number. Validates local and international land line and mobile numbers just as well as 0800 number validation.

See the source code for full details.

About django-localflavor-nz

django_localflavor_nz package was created by Marek Kuziel, because New Zealand “localflavor” didn’t make it to Django before django.contrib.localflavor was deprecated in Django 1.5.

Installation

Simply add django_localflavor_nz to INSTALLED_APPS.

Testing

django test django_localflavor_nz will run the tests for this localflavor.

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.

Their 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 other localflavors, see https://github.com/django/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-localflavor-nz-1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page