-
1.14 Stable
released this
2026-01-13 09:39:34 +00:00 | 2 commits to master since this releaseMixed class and method based views still co-existed on the code base. For better maintainability and focus on one view coding style, all method based views have been refactored into class based views without changing their logic. Unused method views have been dropped.
- refactors all method based views into class based views
- drops unused method view on api app
Downloads