Marijke Luttekes

Results 5 issues of Marijke Luttekes

See [minified version 5.3.0 on unpkg](https://unpkg.com/[email protected]/dist/tablesort.min.js), comment header on top of the file. The comment on top of the file lists the version as `5.2.1` instead of `5.3.0`. I've checked...

bug

**Describe the bug** DRF removed `NullBooleanField` [between version 3.13.1 and 3.14.0](https://github.com/encode/django-rest-framework/compare/3.13.1...3.14.0) Class `AutoSchema` in `openapi.py` has an instance check for NullBooleanField which results in an AttributeError ("AttributeError when checking for...

bug
fix confirmation pending

This is an accessibility bug. Some pages have animated (or CSS-transitioned) icons used as bullet points or next to CTAs. Moving images have adverse effects on people with motion disorders....

TL;DR: Improve the accessibility of admin fieldsets and collapse them with a native HTML implementation. - Ticket: [#35189](https://code.djangoproject.com/ticket/35189) - Proof of concept: [Example 2: Details inside (no JS)](https://codepen.io/MHLut/pen/LYaqYrz) - [Initial...

selenium
screenshots 🖼️
Djangonauts :rocket:

#### Trac ticket number [ticket-35870](https://code.djangoproject.com/ticket/35870) #### Branch description Replace the existing `BLANK_CHOICE_DASH` with a new `BLANK_CHOICE_LABEL` setting. In Trac, we decided to piggyback on `FORM_RENDERER`, but that didn't work for...