0.3.1
This bugfix release fixes a missing JavaScript file from the 0.3.0 package.
Fixed
- Fixed the packaged admin template so it now points to the JavaScript file that is actually included in the package.
- In 0.3.0, the theme JavaScript was renamed during the script cleanup, but the released template still looked for the old file name.
- This could make Django look for a missing static file after collectstatic, especially in production setups that use strict static file handling.
Impact
- Projects using 0.3.0 should update to 0.3.1 so the admin loads the correct theme JavaScript file.
- This needed a new PyPI release because the already-published 0.3.0 package cannot be changed in place.
Notes
- There are no new user-facing features in this release.
- The fix keeps the cleaner JavaScript structure from 0.3.0 and corrects the file name mismatch in the package.