Tom Christie

Results 99 issues of Tom Christie

Right now we're using the default settings for the connection pool with `asyncpg`. This ends up being 10 connections per worker process. We're running 2 worker processes, so holding onto...

Let's have the footer of the application include: * A link to the repo. * Basic deployment info: The heroku build version, Build timestamp.

* An empty `search=` should redirect to a URL without the "search" parameter. * Searching should preserve the `"order"` parameter. * Detail pages should preserve "order" and "search" parameters, and...

Empty search results should not display column headers, and should include a placeholder message.

Let's have the application hosted at a real URL, not simply "http://hostedapi.herokuapp.com/"

Refs #3680 * Drop `next`/`prev` controls. * Drop text from `search` & `repo` controls, except in expanded menu. expanded menu

Escalated from discussion #3661 ・・・ I've spent a bit of time considering a re-working from scratch, but perhaps we should start with some simple iterative improvements to the default theme?......

Documentation

Google Analytics being hardcoded into the theme is a bit of an odd historical artifact. I'd suggest we ought to remove it, and instead include some documentation demonstrating how to...

Cleanup

Reverts https://github.com/encode/django-rest-framework/pull/777 We don't really need to add line breaks `` in the browsable API on long headers. They render fine in the browser as-is. Superseeds fix in #9435 dealing...

Bug