Country Application

International Organization for Standardization (ISO) 3166-1 Country list for django applications.
This applications is based on django-countries but differs on some points, mainly active country filtering and Continent.
We also added unique constrains on the iso2, iso3 and numeric rows for added security and faster lookups.

Features

  • Search fields:
    1. iso2, ISO 3166-1 alpha-2
    2. iso3, ISO 3166-1 alpha-3
    3. numeric, Official country names used by the ISO 3166/MA in capital letters
    4. All caps country name
  • display Field:
    1. display_name
  • Filter Fields:
    1. published, limit your country choices
    2. continent, limit country choices to a contintent

Extra manager for active countries, so you can easily limit country choices.

Resources

  • download link will follow on first release.

Bugs/Feature Requests

Existing bugs and feature requests for Country application are here.

Change Log

[99] by michiel_1981 on 07/23/08 17:02:18

added: django 0.96 compatible release.

[90] by michiel_1981 on 03/13/08 09:04:11

changed: updated change/add interface.