summaryrefslogtreecommitdiff
path: root/docs/apps.py
AgeCommit message (Collapse)Author
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2020-01-24Replaced deprecated django.utils.translation functions.m-aciek
2017-11-22Updated docs search to use PostgreSQL full-text search.Tim Graham
2017-03-07Reverted "Change to certifi to use insecure (sic) ca bundle"Tim Graham
This reverts commit 977d84e39fe176ef33d4c29ccc46ce541fab5e27.
2016-12-14Switched to Python 3 style super().Tim Graham
2016-01-05Removed trailing whitespace.Tim Graham
2016-01-04Change to certifi to use insecure (sic) ca bundleFlorian Apolloner
See comment in the commit for details
2015-04-17Increase the ES timeout to 1 minute.Jannis Leidel
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-01Use certifi for CA certs.Jannis Leidel
2015-04-01Revamp 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.