/
vshmidt
/
django
ОбзорДокументацияВойти
/
vshmidt
/
django
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
django/
docs/
..
_ext

Applied Black's 2026 stable style.

7 месяцев назад
_theme

Formatted CSS files.

4 месяца назад
faq

Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.

6 месяцев назад
howto

Fixed typo in docs/howto/delete-app.txt.

4 месяца назад
internals

Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatting.

4 месяца назад
intro

Clarified "Add another question" as the plus sign button.

4 месяца назад
man

Updated man page for Django 6.0 alpha 1.

год назад
misc

Refs #36485 -- Rewrapped docs to 79 columns line length.

год назад
ref

Fixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.

4 месяца назад
releases

Fixed #37048, Refs #36728 -- Added release notes for changes to InclusionAdminNode and parse_bits().

4 месяца назад
topics

Refs #373, #34122 -- Removed warning that ForeignObject is an internal tool.

4 месяца назад
Makefile

Aligned docs checks between GitHub Actions and local development.

5 месяцев назад
README.rst

Refs #25778 -- Updated sphinx-doc.org links to HTTPS.

7 лет назад
conf.py

Bumped version; main is now 6.1 pre-alpha.

год назад
contents.txt

Ensured :doc: role uses absolute targets in docs.

год назад
glossary.txt

Refs #36485 -- Rewrapped docs to 79 columns line length.

год назад
index.txt

Refs #35859 -- Mentioned tasks in the docs index.

год назад
lint.py

Refs #36485 -- Corrected docs linter to detect too-long lines at file end.

год назад
make.bat

Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions.

год назад
requirements.txt

Refs #36485 -- Added sphinx-lint support and make lint rule for docs.

год назад
spelling_wordlist

Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatting.

4 месяца назад
README.rst
The documentation in this tree is in plain text files and can be viewed using
any text file viewer.
 
It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
This allows it to be built into other forms for easier viewing and browsing.
 
To create an HTML version of the docs:
 
* Install Sphinx (using ``python -m pip install Sphinx`` or some other method).
 
* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
Windows) at a shell prompt.
 
The documentation in ``_build/html/index.html`` can then be viewed in a web
browser.
 
.. _ReST: https://docutils.sourceforge.io/rst.html
.. _Sphinx: https://www.sphinx-doc.org/