Skip to content

Commit

Permalink
Bump to version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 12, 2022
1 parent 65a67b7 commit 8acc916
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
Expand Up @@ -2,6 +2,13 @@

## Release history of [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2/)

### 2.0.4
- Fix [\#309](https://github.com/jrief/django-admin-sortable2/issues/309):
Prevent JavaScrip error when using *InlineAdmin without sortable list view.
- Internally use Python's `pathlib` instead of `os.path`.
- In DEBUG mode, load unminimized JavaScript.


### 2.0.3
- Fix [\#304](https://github.com/jrief/django-admin-sortable2/issues/304):
ModelAdmin not inheriting from SortableAdminMixin prevented sortable Stacked-/TabluraInlineAdmin be sortable.
Expand Down
2 changes: 1 addition & 1 deletion adminsortable2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.3'
__version__ = '2.0.4'

0 comments on commit 8acc916

Please sign in to comment.