Skip to content

0.8.6

Compare
Choose a tag to compare
@apex2504 apex2504 released this 16 May 23:04
· 26 commits to master since this release

Support for the new allowNull parameter. This is to say whether or not null values are given as 0 or None. The format_number util has also been updated to return 'Unknown' when a None value is passed.

  • allow_none=True means None values can be returned
  • allow_none=False means that all null values will be returned as 0

Usage

  • allow_none=True/False

Supported methods

  • all()
  • get_country_data()
  • get_all_countries()
  • get_country_list()
  • get_single_continent()
  • get_all_continents()