-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removes jquery-ui dependency (replaced with SortableJS). No improvements to bundle size, but removes one more jQuery dependency - Uses dynamic imports so the JS is now chunked - Fixes a subtle versioning info that prevents PyPi from flagging beta releases - Adds back support for Django 3.2 (no code changes required - simply added back to tox tests and setup.py) - Fixes a few styling bugs
- Loading branch information
1 parent
304affd
commit 18cb7d8
Showing
13 changed files
with
67 additions
and
2,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
/explorer/static/js/src/jquery-ui.js | ||
/explorer/static/js/src/pivot.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"minor": 0, | ||
"patch": 0, | ||
"releaselevel": "beta", | ||
"serial": 1 | ||
"serial": 2 | ||
} | ||
|
||
|
||
|
Oops, something went wrong.