Skip to content

Commit

Permalink
Bump to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Oct 23, 2024
1 parent 40faa96 commit 4764e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changes

- 0.6.2
* Fix regression introduced in 0.6: In `EntangledModelFormMixin` use `_clean_form` to untangle fields rather than
`_post_clean` to remain compatible with Django's formsets.

- 0.6.1
* Fix: Fully exclude fields not listed in `Meta.entangled_fields`, `Meta.untangled_field` or `Meta.fields`.

Expand Down
2 changes: 1 addition & 1 deletion entangled/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.1'
__version__ = '0.6.2'

0 comments on commit 4764e7f

Please sign in to comment.