summaryrefslogtreecommitdiff
path: root/docs/models.py
AgeCommit message (Expand)Author
2026-05-15Use the database for docs renderingissue-1630Charles Roelli
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
2025-11-24Make use of Pathlib's "/"Ülgen Sarıkavak
2025-11-21Added DEFAULT_LANGUAGE_CODE setting.Sarah Boyce
2025-11-07Added support for searching ecosystem and blog entries.Tim Schilling
2025-09-19Replaced search field with generated vector field (#2192)Paolo Melchiorre
2025-04-09Added documentation type filtering to search.Sarah Boyce
2025-04-02Used joining instead of prefetching in Document.search()Baptiste Mispelon
2025-03-11Reapply "Added code references to search results. (#1947)"Baptiste Mispelon
2025-03-05Revert "Added code references to search results. (#1947)"Alex
2025-03-05Added ability to build specific version with update_docs commandBaptiste Mispelon
2025-03-04Added code references to search results. (#1947)Sarah Boyce
2025-02-09Added scroll to text fragment to search.Sarah Boyce
2025-02-07Made typos in docs searches return some results.Sarah Boyce
2024-11-26Fixed #1629 -- Fixed search highlighting not working on stemmed wordsBaptiste Mispelon
2024-06-14Used QuerySet.as_manager() to simplify Document.objectsBaptiste Mispelon
2024-06-14Fixed #1547 -- Fixed broken search result titlesBaptiste Mispelon
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-11-30Fixed #1221 -- Add highlight in search results page (#1222)Paolo Melchiorre
2022-09-21Fixed #1204 -- Use websearch type for search queryPaolo Melchiorre
2022-09-21Reverted "Fixed #1204 -- Use websearch type for search query".Mariusz Felisiak
2022-09-14Fixed #1202 -- Speed-up update index command and add tests (#1203)Paolo Melchiorre
2022-09-14Fixed #1204 -- Use websearch type for search queryPaolo Melchiorre
2022-05-18Changed repository URLs to HTTPS.Mariusz Felisiak
2022-03-09Updated to Django 3.2.Mariusz Felisiak
2019-09-13Added docs warning banner to preview releases.Carlton Gibson
2018-06-07Added multilingual documentation search.Paolo Melchiorre
2018-02-01Added index to optimize filters in docs search. (#812)Paolo Melchiorre
2017-11-22Updated docs search to use PostgreSQL full-text search.Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-11-21Ordered languages in get_available_languages_by_versionClaude Paroz
2016-11-17Prevented Document creation for robots-excluded pagesClaude Paroz
2016-07-06Increased DocumentRelease.lang max_length to 7 charsClaude Paroz
2016-06-20Ignored flake8 F405 warnings.Tim Graham
2016-03-31Sorted imports per the latest version of isort.Tim Graham
2016-03-02Refs #621 -- Added hreflang annotations to docs pages.David Szotten
2016-01-21Added on_delete to ForeignKey and OneToOneField.Tim Graham
2015-11-16Cleaned up the updated_docs commandBaptiste Mispelon
2015-10-09Adapt code after removal of DocumentRelease.version.Aymeric Augustin
2015-10-09Fix implementation of is_supported().Aymeric Augustin
2015-10-09Revert "Revert "Adjust code to recent changes to DocumentRelease.""Aymeric Augustin
2015-10-05Revert "Adjust code to recent changes to DocumentRelease."Tim Graham
2015-10-05Adjust code to recent changes to DocumentRelease.Aymeric Augustin
2015-10-05Convert docs version to a FK to release.Aymeric Augustin
2015-10-05Remove unneeded fields from DocumentRelease.Aymeric Augustin
2015-04-21Removed stale import and sorted importsMarkus Holtermann
2015-04-17Merge branch 'master' of github.com:django/djangoproject.comJannis Leidel
2015-04-17Fixed breadcrump indexing after pathlib port.Jannis Leidel
2015-04-07Add isort settings and sort importsRolf Erik Lekang