Skip to content

Commit

Permalink
Merge pull request #815 from cjmayo/typo
Browse files Browse the repository at this point in the history
Fix typo "ites_choices" in CHANGES for 3.1.0
  • Loading branch information
davidism authored Oct 23, 2023
2 parents 281f348 + 0b38d67 commit 4526b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Released 2023-10-10
- Delayed import of ``email_validator``. :issue:`727`
- ``<option>`` attributes can be passed by the :class:`~fields.SelectField`
``choices`` parameter :issue:`692` :pr:`739`.
⚠️breaking change⚠️: `ites_choices` now returns a tuple of 4 items
⚠️breaking change⚠️: `iter_choices` now returns a tuple of 4 items
- Use the standard datetime formats by default for
:class:`~fields.DateTimeLocalField` :pr:`761`
- Python 3.11 support :pr:`763`
Expand Down

0 comments on commit 4526b19

Please sign in to comment.