| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2024-07-04 | Relocated database setup details to install docs to simplify tutorial 2. | Kudz | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2023-08-10 | Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. | Jingbei Li | |
| 2022-12-15 | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | |
| Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-08-09 | Fixed some broken links and redirects in docs. | Jacob Walls | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2020-06-02 | Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. | Jon Dufresne | |
| 2020-01-29 | Fixed #31212 -- Updated psycopg links to HTTPS and new location. | Jon Dufresne | |
| 2019-12-19 | Refs #28954 -- Remove remaining Jython documentation. | Nick Pope | |
| There is still no further progress on Jython 3 since support for Jython was stripped in Django 2.0. The developers experimenting with Jython 3 have stated that they would need to start from scratch, so it doesn't look as though it will materialize for years to come. Python 2 and Django 1.11, the last version to support Python 2.7, will both be end-of-life before Django 3.1 is released. We should no longer instruct users to use an unsupported version of Django. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-05-27 | Refs #29548 -- Updated docs for MariaDB support. | Mariusz Felisiak | |
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-02-16 | Fixed #30187 -- Moved "install Django" command to a console box. | Mariusz Felisiak | |
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-11-10 | Updated some links to https and new locations. | Mads Jensen | |
| 2018-03-05 | Improved clarity of docs/topics/install.txt. | jblang94 | |
| 2018-02-26 | Removed "Remove any old versions of Django" install instructions. | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | |
| They are obsolete given the prevalence of pip. | |||
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-12-23 | Fixed #28594 -- Removed Jython docs and specific code | Claude Paroz | |
| Thanks Andrey Martyanov for the reporti, and Tim Graham for the review. | |||
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-03-16 | Updated Django checkout URL to use https. | Adi Mukherjee | |
| It's slightly more compatible than the git protocol. | |||
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2017-01-10 | Fixed #27711 -- Demoted "Installing a distribution-specific package" in ↵ | Tim Graham | |
| install intro. | |||
| 2016-11-22 | Updated doc links to virtualenv website. | Daniel Musketa | |
| 2016-10-25 | Updated postgresql.org links to https and made them canonical. | Marti Raudsepp | |
| 2016-06-15 | Fixed broken links in docs and comments. | Ville Skyttä | |
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-25 | Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. | Chris Lamb | |
| Debian packages unconditionally byte-compile .py files on installation and do not silence errors by design. Therefore, we need a way of shipping these invalid .py files without a .py extension but ensuring that when we template them, they end up as .py. We don't special-case .py files so that the all the TemplateCommand command-line options (eg. extra_files and extensions) still work entirely as expected and it may even be useful for other formats too. | |||
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-05 | Refs #25584 -- Corrected note about source of SyntaxErrors when installing ↵ | Tim Graham | |
| Django 1.9. | |||
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-10-22 | Fixed #25584 -- Documented a pip error when installing Django 1.9. | Tim Graham | |
| 2015-09-29 | Fixed #25376 -- Required virtualenv in installation instructions. | Tim Graham | |
| Thanks Anjul Tyagi for some of the draft text. | |||
| 2015-09-04 | Refs #25345 -- Updated links to code.google.com. | Maxime Lorant | |
| 2015-08-08 | Updated various links in docs | Claude Paroz | |
| 2015-06-17 | Fixed outdated Python version support info in docs/topics/install.txt | Tim Graham | |
| 2015-03-11 | Simplified command to display path to Django source files. | saschalalala | |
| Python 3 always returns an absolute path. | |||
| 2015-02-22 | Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| 2015-02-16 | Fixed #24350 -- Freshened up database install topic section. | Tim Graham | |
| 2015-02-03 | Demoted "Installing a distribution-specific package" in install notes. | Tim Graham | |
| 2015-01-17 | Removed compatibility with Python 3.2. | Tim Graham | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-08-12 | Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| 2014-08-05 | Fixed broken links in docs. | Tim Graham | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-04-08 | Fixed #16205 -- Added an installation for Windows. | Anubhav Joshi | |
| 2013-12-30 | Assumed Python 3 throughout docs/intro. | Aymeric Augustin | |
| Various small fixes while I was proof-reading. | |||
| 2013-12-18 | Fixed #21585 -- Updated some links to 3rd party database projects. | Tim Graham | |
| Thanks graeme.perrow at sap.com for the original report. | |||
