Country-specific Django helpers for Brazil.
Project description
Country-specific Django helpers for Brazil.
What’s in the Brazil localflavor?
forms.BRPhoneNumberField: A form field that validates input as a Brazilian phone number, with the format XX-XXXX-XXXX.
forms.BRZipCodeField: A form field that validates input as a Brazilian zip code, with the format XXXXX-XXX.
forms.BRStateSelect: A Select widget that uses a list of Brazilian states/territories as its choices.
forms.BRCPFField: A form field that validates input as Brazilian CPF. Input can either be of the format XXX.XXX.XXX-VD or be a group of 11 digits.
forms.BRCNPJField: A form field that validates input as Brazilian CNPJ. Input can either be of the format XX.XXX.XXX/XXXX-XX or be a group of 14 digits.
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 axado.django-localflavor-br-1.0.1.tar.gz
.
File metadata
- Download URL: axado.django-localflavor-br-1.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e96695be6f28dd1965c942bd8bac2cd0d9c5e63ed563105103ad6f90aa0abec |
|
MD5 | e1e551871973c445cc2fc0c7bf7ec2d3 |
|
BLAKE2b-256 | 729df16e91aafb2d0ad1599343a15b3b8439029b2221c6c117852b3a1a81cf5e |