| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-30 | Refs #1184 -- Reformatted code with Black. | django-bot | |
| 2020-01-24 | Replaced deprecated django.utils.translation functions. | m-aciek | |
| 2017-11-22 | Updated docs search to use PostgreSQL full-text search. | Tim Graham | |
| 2017-03-07 | Reverted "Change to certifi to use insecure (sic) ca bundle" | Tim Graham | |
| This reverts commit 977d84e39fe176ef33d4c29ccc46ce541fab5e27. | |||
| 2016-12-14 | Switched to Python 3 style super(). | Tim Graham | |
| 2016-01-05 | Removed trailing whitespace. | Tim Graham | |
| 2016-01-04 | Change to certifi to use insecure (sic) ca bundle | Florian Apolloner | |
| See comment in the commit for details | |||
| 2015-04-17 | Increase the ES timeout to 1 minute. | Jannis Leidel | |
| 2015-04-07 | Add isort settings and sort imports | Rolf Erik Lekang | |
| 2015-04-01 | Use certifi for CA certs. | Jannis Leidel | |
| 2015-04-01 | Revamp document search. | Jannis Leidel | |
| This uses Elasticsearch and is vastly better than the old one. Here are some features: - sensible full text search with a simpe syntax for querying documents - per language and version search - breadcrumbs to parent documents under each search result for deeply nested documents - browser bar integration via OpenSearch description - better styled pagination - faster indexing - press / to focus the search input - improved search result page sidebar with links like on regular documentation pages - cleaned up template tags and some other code Fixes #423, #409, #279, #245, #244, #240 and #284. | |||
