Mariusz Felisiak 5371342ed6 Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. %!s(int64=4) %!d(string=hai) anos
..
_ext 36a2e9607e Made default_role_error use logger. %!s(int64=4) %!d(string=hai) anos
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. %!s(int64=4) %!d(string=hai) anos
faq 8774b1144c Added stub release notes for 4.0. %!s(int64=4) %!d(string=hai) anos
howto 73ffc73b68 Corrected versionadded annotations. %!s(int64=4) %!d(string=hai) anos
internals b4c5f878bd Advanced deprecation warnings for Django 4.0. %!s(int64=4) %!d(string=hai) anos
intro 9204485396 Fixed #16117 -- Added decorators for admin action and display functions. %!s(int64=4) %!d(string=hai) anos
man db971f63ab Updated django-admin man page for Django 3.2. %!s(int64=4) %!d(string=hai) anos
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. %!s(int64=5) %!d(string=hai) anos
ref 5371342ed6 Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. %!s(int64=4) %!d(string=hai) anos
releases 5371342ed6 Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. %!s(int64=4) %!d(string=hai) anos
topics 10d1261984 Refs #32365 -- Allowed use of non-pytz timezone implementations. %!s(int64=4) %!d(string=hai) anos
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. %!s(int64=7) %!d(string=hai) anos
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. %!s(int64=5) %!d(string=hai) anos
conf.py f20a622aea Bumped version; master is now 4.0 pre-alpha. %!s(int64=4) %!d(string=hai) anos
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. %!s(int64=9) %!d(string=hai) anos
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. %!s(int64=9) %!d(string=hai) anos
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. %!s(int64=4) %!d(string=hai) anos
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. %!s(int64=12) %!d(string=hai) anos
spelling_wordlist 0a802233ec Fixed #32018 -- Extracted admin colors into CSS variables. %!s(int64=4) %!d(string=hai) anos

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/