index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
migrations
Age
Commit message (
Expand
)
Author
2026-05-15
Use the database for docs rendering
issue-1630
Charles Roelli
2025-09-19
Replaced search field with generated vector field (#2192)
Paolo Melchiorre
2024-10-24
Improve pre-commit configuration hooks (#1645)
Paolo Melchiorre
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2022-03-09
Updated to Django 3.2.
Mariusz Felisiak
2018-06-07
Added multilingual documentation search.
Paolo Melchiorre
2018-06-06
Updated to Django 2.0.6
Tim Graham
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-07-06
Increased DocumentRelease.lang max_length to 7 chars
Claude Paroz
2016-03-31
Sorted imports per the latest version of isort.
Tim Graham
2016-02-10
Removed flake8 exclude from migrations.
Tim Graham
2016-01-21
Transitioned squashed migrations.
Tim Graham
2016-01-21
Squashed some migrations.
Tim Graham
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
Convert docs version to a FK to release.
Aymeric Augustin
2015-10-05
Remove unneeded fields from DocumentRelease.
Aymeric Augustin
2015-05-11
Converted bytestrings in migrations to unicode.
Tim Graham
2015-04-17
Fix isort calls in makefile, use -rc option
Rolf Erik Lekang
2014-11-20
Updated to Django 1.7
Tim Graham
2013-02-09
Add unicity constraints to the docs models.
Aymeric Augustin
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin