| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 7.4.2 source code.tar.gz | 2026-06-15 | 12.6 MB | |
| 7.4.2 source code.zip | 2026-06-15 | 16.5 MB | |
| README.md | 2026-06-15 | 1.0 kB | |
| Totals: 3 Items | 29.0 MB | 0 | |
- CVE-2026-54259: Improper restriction handling on Documents and Images chosen endpoints
- CVE-2026-54260: Denial of service via unbounded filter specs in the image preview
- CVE-2026-54261: Improper permission handling in image preview
- CVE-2026-54262: Pages translations can be created without page permissions when using simple_translation
- CVE-2026-54263: Reflected XSS in dynamic image URL generator view
- Fix: Prevent spurious migrations when there are missing child blocks in
StructBlock.Meta.form_layout(Matthias Brück, Sage Abdullah) - Fix: Prevent error in usage views when using
gettext_lazyfor a model'sverbose_name(James Biggs) - Fix: Prevent development markdown files from being added to virtual environment root upon installation (Dan Braghis)
- Fix: Prevent StreamField blocks referenced multiple times from losing their required state after deferred validation (Sage Abdullah)
- Docs: Add missing
returnin example views for template components (Tibor Leupold)