Jake Howard

Results 126 issues of Jake Howard

Any good project needs documentation. Because of the depth of this package, piling it all into the `README` isn't going to suffice.

# Trac ticket number ticket-35631 # Branch description This PR extends the existing function of parsing the `Accept` header, to better and more easily determine the correct content-type to serve...

# Trac ticket number ticket-35535 See also related forum thread: https://forum.djangoproject.com/t/feature-proposal-simple-block-tag/32229 # Branch description Django's `simple_tag` is difficult to work with if you need to capture more complex content as...

Currently, whilst Debian is advertised as supported, the `unattended-upgrades` configuration doesn't actually install security updates, which could leave users with vulnerable servers, even though they've installed a package designed to...

It'll be helpful as time goes on to have a better understanding of `path` based URLs, not just `re_path`. See also https://github.com/django/django/pull/18270 for some hopeful performance improvements for simple cases...

Following #59, coverage was improved. However, many tests are skipped on Windows, due to issues replicating signals, especially ctrl-c. It would be good if these were improved, particularly by someone...

help wanted
database-backend

#### Trac ticket number N/A - https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst #### Branch description This PR implements the first parts of `django.tasks`, as implemented in [`django-tasks`](https://github.com/realOrangeOne/django-tasks): - Common API interface - Base backend -...

#### Trac ticket number #### Branch description The previous check to ensure `available_apps` is explicitly set on `TransactionTestCase` uses a `property` as a class variable, which isn't valid. This PR...

This allows overriding the icon on a per-block basis.

status:Needs Tests
component:Snippets

### Issue Summary Following https://github.com/wagtail/wagtail/pull/12087, the implementation for `.specific(defer=True)` has been optimised. However, this new implementation doesn't support `select_related`, instead falling back to the older naive implementation. ### Working on...

type:Cleanup/Optimisation
component:Page
🚀 Performance