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