------------------
All deprecated code will be removed in the next release. Please run you project's tests using `python -Wd` so that
deprecation warnings appear and can be addressed.
New flavors:
- Added local flavor for Cuba
(`gh-292 <https://github.com/django/django-localflavor/pull/292>`_).
New fields for existing flavors:
- Added KWAreaSelect form field
(`gh-296 <https://github.com/django/django-localflavor/pull/296>`_).
- Added CONITField form field
(`gh-145 <https://github.com/django/django-localflavor/pull/145>`_).
- Added `nl.models.NLBSNField`, `nl.forms.NLBSNFormField` and `nl.validators.NLBSNFieldValidator`
(`gh-314 <https://github.com/django/django-localflavor/pull/314>`_).
Modifications to existing flavors:
- Fixed crash with USZipCodeField form validation when null=True is allowed
(`gh-295 <https://github.com/django/django-localflavor/pull/295>`_).
- Deprecated br.forms.DV_maker, sg.forms.SGNRIC_FINField, lt.forms.LTPhoneField
and ro.forms.ROIBANField
(`gh-305 <https://github.com/django/django-localflavor/pull/305>`_).
- Added support for Swedish interim personal identity numbers
(`gh-308 <https://github.com/django/django-localflavor/pull/308>`_).
- Deprecated `nl.models.NLBankAccountNumberField`
(`gh-307 <https://github.com/django/django-localflavor/pull/307>`_).
- Updated IBANField to support the latest additions to the IBAN Registry (version 78 / August 2017).
- Deprecated `nl.models.NLSoFiNumberField`, `nl.forms.NLSoFiNumberField` and `nl.validators.NLSoFiNumberFieldValidator`
(`gh-314 <https://github.com/django/django-localflavor/pull/314>`_).
- Fixes issue with `no.forms.NOBankAccountNumber` unclean data
(`gh-311 <https://github.com/django/django-localflavor/pull/311>`_).
Other changes:
- Added support for empty_value kwarg in Django >= 1.11
(`gh-298 <https://github.com/django/django-localflavor/pull/298>`_).
- Dropped support for Python 3.2.