django/docs
Simon Charette 0bd57a879a [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().
Regression introduced in 513948735b
by marking the raw SQL column reference feature for deprecation in
Django 4.0 while lifting the column format validation.

In retrospective the validation should have been kept around and the
user should have been pointed at using RawSQL expressions during the
deprecation period.

The main branch is not affected because the raw SQL column reference
support has been removed in 06eec31970
per the 4.0 deprecation life cycle.

Thanks Joel Saunders for the report.
2021-07-01 08:36:17 +02:00
..
_ext [3.1.x] Made default_role_error use logger. 2020-06-03 11:43:37 +02:00
_theme
faq [3.1.x] Changed IRC references to Libera.Chat. 2021-05-20 12:29:31 +02:00
howto [3.1.x] Updated links to DEPs. 2021-02-25 17:27:54 +01:00
internals [3.1.x] Fixed typo in MiddlewareMixin deprecation note. 2021-05-27 06:55:00 +02:00
intro [3.1.x] Changed IRC references to Libera.Chat. 2021-05-20 12:29:31 +02:00
man [3.1.x] Updated man page for Django 3.1 beta. 2020-06-15 09:52:09 +02:00
misc
ref [3.1.x] Changed IRC references to Libera.Chat. 2021-05-20 12:29:31 +02:00
releases [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 2021-07-01 08:36:17 +02:00
topics [3.1.x] Changed IRC references to Libera.Chat. 2021-05-20 12:29:31 +02:00
conf.py [3.1.x] Added documentation extlink for bugs.python.org. 2021-02-17 14:26:48 +01:00
contents.txt
glossary.txt
index.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00
make.bat
Makefile
README.rst Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 2020-01-29 06:04:15 +01:00
spelling_wordlist [3.1.x] Changed IRC references to Libera.Chat. 2021-05-20 12:29:31 +02: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/