Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@13g10n 13g10n released this 21 Oct 00:00
· 27 commits to master since this release
4e43e90

[0.3.0] - 2022-10-21

Added

  • Added new PhoneNumberField field with ability to process contact sharing
  • Added utility get_fields() method to fetch list of form fields
  • Removed __version__ from package __init__.py
  • Removed EmailValidator from validators. Please use validators.RegexValidator(EMAIL_REGEXP) instead
  • Updated example with more details and comments
  • Added some classifiers for PyPI