David Smith

Results 20 issues of David Smith

[Ticket 32819](https://code.djangoproject.com/ticket/32819) This adds `aria-describedby` functionality for `help_text`. We'll still need to think about errors but that seems a much more complex based on prior work. Would it be ok...

Hi @kezabelle -- would you be interesting in reviewing this? The relevant lines from my (messy) IPython tests follow. I see a c.8% gain here as it avoids a number...

Follow on from #6605 - Rebase - Fixed test - Added additional regression test (fail on `master` branch, pass with this change). Closes #6605 Closes #7601 Closes #7117

Work in progress to add type for changes to Django forms introduced in both 4.0 and 4.1.

Added cache for pip. As we're using tox, I suspect this will only give a small benefit as the environments will still need to be re-created. I added `${{ env.pythonLocation}}-`...

Dropped Python 3.6 and 3.7. Added Python 3.10. **Please replace these instructions with a description of your change. The 'New Fields Only' section should be removed if your pull request...

Follow up to #16918. This adds resolving of wildcard imports.

My attempt at a patch to allow GIS tests to pass with Oracle 23c. The change to `LayerMapping` is due to Oracle 23c changing "MULTI" geometries containing one value to...

Hi @carltongibson I was a little unsure what the next step should be. My mind went to the parsers. We'll want folk to be able to add their own, and...