Country-specific Django helpers
Project description
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 a standalone package in Django 1.5 to keep the framework’s core clean.
For a full list of available localflavors, see http://django-localflavor.readthedocs.org/
django-localflavor can also be found on and installed from the Python Package Index: https://pypi-hypernode.com/pypi/django-localflavor
Release Overview
You’re encouraged to use the latest version of this package unless you need support for an unsupported version of Django.
2016-04-06 - 1.3: Django 1.7 - 1.9
2015-11-27 - 1.2: Django 1.5 - 1.9
2014-12-10 - 1.1: Django 1.5 - 1.7
2013-07-29 - 1.0: Django 1.5 - 1.6
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.