django/docs
Simon Charette 315dbe675d
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Docs / lint-docs (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Fixed #36646 -- Added compatibility for oracledb 3.4.0.
The Database.Binary, Date, and Timestamp attributes were changed from
aliases to bytes, datetime.date, and datetime.datetime to factory
functions in oracle/python-oracledb@869a887819
which made their usage inadequate for isinstance checks.

Thanks John Wagenleitner for the report and Natalia for the triage.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2025-10-11 17:15:28 +02:00
..
_ext Fixed typo in source file linking Sphinx extension. 2024-07-01 11:32:48 -03:00
_theme
faq Added backticks to email addresses in docs. 2025-09-17 22:23:57 +02:00
howto Fixed #35877, Refs #36128 -- Documented unique constraint when migrating a m2m field to use a through model. 2025-09-29 08:57:11 +02:00
internals Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field. 2025-09-30 08:46:28 +02:00
intro Fixed #35961 -- Migrated license metadata in pyproject.toml to conform PEP 639. 2025-10-08 16:40:02 -03:00
man Updated man page for Django 6.0 alpha 1. 2025-09-17 14:20:40 -03:00
misc Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
ref Corrected admin check IDs in docs. 2025-10-09 20:01:31 +02:00
releases Fixed #36646 -- Added compatibility for oracledb 3.4.0. 2025-10-11 17:15:28 +02:00
topics Fixed #36636, Refs #15902 -- Removed session-based storage reference from set_language() docs. 2025-10-03 15:16:37 -04:00
conf.py Bumped version; main is now 6.1 pre-alpha. 2025-09-17 15:17:05 -03:00
contents.txt Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
glossary.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
index.txt Refs #35859 -- Mentioned tasks in the docs index. 2025-09-24 09:47:47 +02:00
lint.py Refs #36485 -- Corrected docs linter to detect too-long lines at file end. 2025-08-29 17:35:50 -04:00
make.bat Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00
Makefile Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00
README.rst
requirements.txt Refs #36485 -- Added sphinx-lint support and make lint rule for docs. 2025-08-25 10:51:10 -03:00
spelling_wordlist Fixed #35859 -- Added background Tasks framework interface. 2025-09-16 17:28:32 -03:00

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/