v0.3.1
Release Notes: v0.3.1 ✨
Date: September 5, 2023
🛠 Refactoring
- Rename Test Classes: All test classes have been renamed to follow Python unittest conventions by having "Test" as a prefix. This change comes with deprecation warnings for the old class names (#222).
🐛 Bug Fixes
- TestModelViewSetMeta Error Message: Improved the error message in
TestModelViewSetMeta
to be more informative when the class is not subclassed fromTestCase
(#228).
📚 Documentation
- Contribution Guidelines: Updated
CONTRIBUTION.md
to provide better clarity for potential contributors (#217). - README and Examples: Updated
README.md
and04-Examples.md
for thev0.3.1
release, including new changes (#226).
📣 Note
This is a minor release that includes important refactoring. Existing users are encouraged to update to this version for a smoother development experience. Note that the test class renaming includes deprecation warnings for the old class names, so it's important to transition to the new naming convention.