Skip to content

Version 3.2.0

Compare
Choose a tag to compare
@lk-geimfari lk-geimfari released this 18 May 10:36
· 1026 commits to master since this release

Added:

  • Added built-in provider DenmarkSpecProvider()
  • Added built-in provider ItalianSpecProvider()
  • Added meta classes for providers for internal usage (see #621)
  • Added support for custom templates in Person().username()

Fixed:

  • Support of seed for custom providers
  • currency_iso_code from the Business() provider now by default returns the currency code of the current locale.

Removed:

  • Removed multiple_choice() in the random module because it was unused and it could be replaced with random.choices.
  • Removed legacy method child_count() from provider Person()