| 502 | Romania (``django.contrib.localflavor.ro``) |
| 503 | ============================================ |
| 504 | |
| 505 | ROCIFField |
| 506 | ---------- |
| 507 | |
| 508 | A form field that validates Romanian fiscal identification codes (CIF). The |
| 509 | return value strips the leading RO, if given. |
| 510 | |
| 511 | ROCNPField |
| 512 | ---------- |
| 513 | |
| 514 | A form field that validates Romanian personal numeric codes (CNP). |
| 515 | |
| 516 | ROCountyField |
| 517 | ------------- |
| 518 | |
| 519 | A form field that validates its input as a Romanian county (judet) name or |
| 520 | abbreviation. It normalizes the input to the standard vehicle registration |
| 521 | abbreviation for the given county. This field will only accept names |
| 522 | written with diacritics; consider using ROCountySelect as an alternative. |
| 523 | |
| 524 | ROCountySelect |
| 525 | -------------- |
| 526 | |
| 527 | A ``Select`` widget that uses a list of Romanian counties (judete) as its |
| 528 | choices. |
| 529 | |
| 530 | ROIBANField |
| 531 | ----------- |
| 532 | |
| 533 | A form field that validates its input as a Romanian International Bank |
| 534 | Account Number (IBAN). The valid format is ROXX-XXXX-XXXX-XXXX-XXXX-XXXX, |
| 535 | with or without hyphens. |
| 536 | |
| 537 | ROPhoneNumberField |
| 538 | ------------------ |
| 539 | |
| 540 | A form field that validates Romanian phone numbers, short special numbers |
| 541 | excluded. |
| 542 | |
| 543 | ROPostalCodeField |
| 544 | ---------------- |
| 545 | |
| 546 | A form field that validates Romanian postal codes. |
| 547 | |