Skip to content

Commit

Permalink
Bump to version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 8, 2024
1 parent 0ae03c6 commit e554bd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changes

1.4.3
* Fix regression in widget `UploadedFileInput` introduced in 1.4: The Delete button did not work
for files added through the `initial` parameter.
* Prevent uploading files with unmatching accept attribute.
* In widget `PhoneNumberInput`, set focus on country lookup field after opening dropdown box with
international prefixes.

1.4.2
* Fix: `SlugInput` widget used an invalid `pattern` attribute in its input field.
* Removed `^…` and `…$` from all `pattern` attributes in all fields using regular expressions.
Expand Down
2 changes: 1 addition & 1 deletion formset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = 1, 4, 2
VERSION = 1, 4, 3
__version__ = '.'.join(map(str, VERSION))

0 comments on commit e554bd7

Please sign in to comment.