django / django-localflavor

Country-specific Django helpers, formerly of contrib fame

Home Page:https://django-localflavor.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE forms docstring refers to UK

elliot-100 opened this issue · comments

/localflavor/ie/forms.py
"""UK-specific Form helpers."""

should be

"""IE-specific Form helpers.""", or """Ireland-specific Form helpers."""
Some countries seem to use 2-letter codes, some the full name.

Thanks for letting us know.

Thanks for the fix!