summaryrefslogtreecommitdiff
path: root/docs/views.py
AgeCommit message (Expand)Author
2026-05-15Use the database for docs renderingissue-1630Charles Roelli
2025-11-27Preserved category filter between searches.Sarah Boyce
2025-11-24Make use of Pathlib's "/"Ülgen Sarıkavak
2025-10-21Fixed language switcher on search results pages (#2272)RUDRAKSH FANSE
2025-04-09Added documentation type filtering to search.Sarah Boyce
2025-03-27Enabled serving of sphinx build files in DEBUG mode onlyBaptiste Mispelon
2025-02-09Added scroll to text fragment to search.Sarah Boyce
2024-06-14Upgraded Django to 4.2.13 (attempt 3)Baptiste Mispelon
2024-06-14Revert "Upgraded Django to 4.2.10 (attempt 2)"Baptiste Mispelon
2024-06-14Upgraded Django to 4.2.10 (attempt 2)Baptiste Mispelon
2024-06-09Revert "Upgraded Django to 4.2.10"Baptiste Mispelon
2024-06-09Upgraded Django to 4.2.10Baptiste Mispelon
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2020-01-24Replaced deprecated django.utils.translation functions.m-aciek
2019-03-09Added separate 'docs-pages' cache and Fastly invalidation for docs sites (#870)Tobias McNulty
2019-02-23disable LocaleMiddleware for docs.djangoproject.com (#862)Tobias McNulty
2017-11-22Fixed crash in search_suggestions view.Tim Graham
2017-11-22Updated docs search to use PostgreSQL full-text search.Tim Graham
2017-03-08Separated sitemaps by languageClaude Paroz
2016-11-29Optimized search_suggestions view's elasticsearch query.Tim Graham
2016-11-29Fixed search_suggestions view for elasticsearch 5.Tim Graham
2016-11-15Fixed E305 flake8 warnings.Tim Graham
2016-10-27Fixed "ResourceWarning: unclosed file" in document() view.Tim Graham
2016-07-15Removed obsolete workaround for RTD links.Tim Graham
2016-07-02Fixed #660 -- Enforced a minimum score for search resultsEmmanuelle Delescolle
2016-05-03Refs #621 -- Only use hreflang on the canonical url.Florian Apolloner
2016-03-02Refs #621 -- Added hreflang annotations to docs pages.David Szotten
2015-10-19Removed unused import.Tim Graham
2015-10-09Adapt code after removal of DocumentRelease.version.Aymeric Augustin
2015-10-09Revert "Revert "Adjust code to recent changes to DocumentRelease.""Aymeric Augustin
2015-10-05Removed 1.4 as a supported version in docs and download page.Tim Graham
2015-10-05Revert "Adjust code to recent changes to DocumentRelease."Tim Graham
2015-10-05Adjust code to recent changes to DocumentRelease.Aymeric Augustin
2015-09-29Added back contenttypes shortcut() view.Tim Graham
2015-05-26Fixed #457 -- Fixed docs search suggestions crash.Tim Graham
2015-04-17Merge branch 'master' of github.com:django/djangoproject.comJannis Leidel
2015-04-17Updated search indexing heavily.Jannis Leidel
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Fixed some more docs views due to pathlib migration.Tim Graham
2015-04-06Fixed crash in sphinx_static() view from pathlib migration.Tim Graham
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
2015-04-03Added unsupported version docs warning to 1.6.Tim Graham
2015-04-01Use same queryset for doing the exact match to decide weather to redirect or ...Jannis Leidel
2015-04-01Indented some of the search view more so that we don't break the site if no q...Jannis Leidel
2015-04-01Revamp document search.Jannis Leidel
2015-04-01Use a simpler view to serve the sphinx static files.Jannis Leidel
2014-12-18Fixed #223 -- Fixed ValueError in search with bad release IDBaptiste Mispelon
2014-09-02Updated supported versions in docs.Tim Graham
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-04-30There is no 'locale' subdir in gettext buildClaude Paroz