﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14015	django.contrib.localflavor.it added italian phone number validation	Andrea Rossi	nobody	"Hi to all,
I found myself in need of an Italian phone numbers validator, so I wrote it as a localflavor element, and now I'm sharing it with the community of Django. 
The validation process is quite simple but yet very functional. The (eventual) international prefix (both +39 or 0039) is stripped from the number entered (something like 0039 010 1234567 -> 010 1234567).
The local prefix (in example 010, the prefix for Genoa) is checked against a list of valid prefixes (both fixed line or mobile), and if the number meet all the requirements (containing only number, having a prefix between 2 and 4 digits, and a number itself between 5 and 8 digits...) is returned as a cleaned value.

Hope of being of some Help,
Greetings,
Andrea"	New feature	closed	contrib.localflavor	1.2	Normal	invalid	django.contrib.localflavor.it, ITPhoneNumberField, form, phone, number, validation, localflavorsplit	andrea@…	Accepted	1	1	1	1	0	0
