DEV Community

Discussion on: Any open source django projects to start practicing with?

Collapse
 
avelino profile image
Thiago Avelino

django / django-localflavor

Country-specific Django helpers, formerly of contrib fame

django-localflavor

https://readthedocs.org/projects/django-localflavor/badge/?version=latest&style=plastic

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 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 django-localflavor.readthedocs.io/

django-localflavor can also be found on and installed from the Python Package Index: pypi.python.org/pypi/django-localf...

Release Overview

You're encouraged to use the latest version of this package unless you need support for an unsupported version of Django.

2018-08-24 - 2.1: Django 1.11 - 2.1

2017-12-30 - 2.0: Django 1.11 - 2.0

All deprecated code has been removed in this release. See changelog for details.

2017-11-22 - 1.6: Django 1.8 - 1.11

All deprecated code will be removed in the next release. Please run…

Project that helped me contribute to core of Django