Weeknotes (2025 week 21)
I have missed two co-writing sessions and didn’t manage to post much outside of that, but let’s get things back on track.
django-prose-editor 0.12
The last weeknotes entry contains more details about the work of really connecting Tiptap extensions with server-side sanitization. 0.12 includes many improvements and bugfixes which have been made during real-world use of the prose editor in customer-facing products.
I’m not completely happy about the way we’re specifying the editor configuration and haven’t been able to settle on either extensions
or config
as a keyword argument. The field supports both ways, at least for now. It’s probably fine.
Releases
- django-auto-admin-fieldsets 0.2: I wrote a blog post here: Customizing Django admin fieldsets without fearing forgotten fields
- django-debug-toolbar 5.2: This release contains the second half of improvements from Djangonaut Space session four where I helped out as a Navigator. The toolbar properly supports code highlighting in dark mode, sanitizes request variables better, allows customizing redirects, supports projects using django-template-partials and more!
- FeinCMS 25.5.1: The first FeinCMS release of 2025. We’re still maintaining the project and fixing bugs!
- django-prose-editor 0.12: See above.
- django-json-schema-editor 0.4.1: Fixes much too small checkboxes when used inside tables.