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_codefrom theBusiness()provider now by default returns the currency code of the current locale.
Removed:
- Removed
multiple_choice()in therandommodule because it was unused and it could be replaced withrandom.choices. - Removed legacy method
child_count()from providerPerson()