* Added some docstrings because I kept having to look up details of the implementation * Removed index on the alpha3 and numeric code because we never use those fields for lookups * Turned the numeric field into a CharField as suggested