| 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. | |||
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 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 | |
| 2018-02-26 | Removed "Remove any old versions of Django" install instructions. | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | |
| They are obsolete given the prevalence of pip. | |||
| 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-09-25 | Fixed #27857 -- Dropped support for Python 3.4. | Tim Graham | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-01-10 | Fixed #27711 -- Demoted "Installing a distribution-specific package" in ↵ | Tim Graham | |
| install intro. | |||
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-07-24 | Fixed #25161 -- Encouraged users to install the latest release in docs | Alasdair Nicol | |
| 2015-06-18 | Removed support for Python 3.3. | Tim Graham | |
| 2015-05-16 | Updated the Python shell example to use generic version numbers. | Kamran Mackey | |
| 2015-01-17 | Removed compatibility with Python 3.2. | Tim Graham | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-04-08 | Added Python 3.4 to list of supported version in docs/intro/install.txt | Tim Graham | |
| 2013-12-30 | Assumed Python 3 throughout docs/intro. | Aymeric Augustin | |
| Various small fixes while I was proof-reading. | |||
| 2013-07-01 | Bumped minimum Python version requirement to 2.7 in Django 1.7. | Aymeric Augustin | |
| 2013-07-01 | Stopped branding Python 3 support as experimental. | Aymeric Augustin | |
| Forward-port of 0de21a6 from stable/1.6.x. | |||
| 2013-01-08 | Added sphinx substitutions in place of hardcoded version numbers. | Tim Graham | |
| Refs #19571 | |||
| 2012-09-07 | Updated install docs to reflect Python 3 status. | Aymeric Augustin | |
| Closes #17452. | |||
| 2012-07-28 | Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London. | Tim Graham | |
| 2012-07-13 | Fixed #18601 -- Specified that Python minimum version is 2.6.5 | Preston Holmes | |
| This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments. | |||
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-21 | Reworded the 'Set up a database' section of the installation docs. | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17922 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵ | Claude Paroz | |
| the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-23 | Bump the version in a docs example. | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and ↵ | Ramiro Morales | |
| mentions from docs. Thanks Aymeric Augustin for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16349 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-11-23 | Fixes #6739 -- better development installation docs. Thanks to Adam ↵ | Chris Beaven | |
| Vandenberg for inspiration. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14686 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-10-19 | Fixed #14464 -- Strengthened the admonition regarding documentation versions ↵ | Gabriel Hurley | |
| at the end of the install docs. Thanks to PaulM for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14274 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss | |
| Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-07-05 | Fixed #13880 - added 2.7 to list of supported versions of Python | Luke Plant | |
| Thanks Alex git-svn-id: http://code.djangoproject.com/svn/django/trunk@13423 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-01-10 | Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timo | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@12169 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-10-23 | Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops ↵ | Jacob Kaplan-Moss | |
| support for Python 2.3 -- and added a quick FAQ about that dropping of support. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11640 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-12-09 | Another place where we talked about Python versions. | James Bennett | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@9632 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-11-01 | Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin. | Karen Tracey | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@9323 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-09-09 | Fixed #8986 -- Fixed typo in install.txt. Thanks, rduffield | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@8993 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-26 | Fixed #8326: added documentation about running Django on Jython. Docs ↵ | Jacob Kaplan-Moss | |
| originally written by Leo Soto, and then cleaned up a bit by me. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8582 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at ↵ | Jacob Kaplan-Moss | |
| http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
