Skip to content

3.1.0

Compare
Choose a tag to compare
@azmeuk azmeuk released this 10 Oct 21:24
· 60 commits to master since this release
3.1.0
49378b8

Released 2023-10-10

  • Documentation improvements #726 #733 #749
    #767 #788 #789 #793
  • Translation improvements #732 #734 #754
  • Implement :class:~fields.ColorField #755
  • Delayed import of email_validator. #727
  • <option> attributes can be passed by the :class:~fields.SelectField
    choices parameter #692 #738
  • Use the standard datetime formats by default for
    :class:~fields.DateTimeLocalField #761
  • Python 3.11 support #763
  • Added shorter format to :class:~fields.DateTimeLocalField
    defaults #761
  • Stop support for python 3.7 #794
  • Added shorter format to :class:~fields.WeekField
    defaults #765
  • Move to pyproject.toml #796
  • URL validator takes a allow_ip parameter #800
  • Implement :class:~validators.ReadOnly and
    :class:~validators.Disabled #788