Jake Howard
Jake Howard
If the API is mounted at `/api`, visiting `/api` results in a 404. In debug, there's a message with the docs url, but not during deployment. This PR changes the...
#### Trac ticket number ticket-36729 #### Branch description This PR moves any remaining regexes loaded at runtime to being pre-compiled, either using `re.compile` or `_lazy_re_compile`. I've also added a note...
Add support for [Heroku Postgres](https://www.heroku.com/postgres/). I had a go at automating the retrieval, but many of the dates are in natural language, rather than anything easily parsable.
:ronseal:
By default, Django assumes it can derive the connection details from just the settings dict. In this case, that won't work as the password is generated on the fly. The...