| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-13 | Refs #31040 -- Doc'd Python 3.9 compatibility. | Mariusz Felisiak | |
| 2020-06-03 | Removed reference to unsupported versions of Django and Python. | David Smith | |
| 2020-05-13 | Added stub release notes for 3.2. | Mariusz Felisiak | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2019-11-12 | Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x. | Mariusz Felisiak | |
| 2019-10-04 | Made minor edits and small fixes to docs/faq/install.txt. | Katie McLaughlin | |
| 2019-09-10 | Added stub release notes for 3.1. | Mariusz Felisiak | |
| 2019-05-27 | Refs #29548 -- Updated docs for MariaDB support. | Mariusz Felisiak | |
| 2019-01-17 | Added stub release notes for 3.0. | Tim Graham | |
| 2018-12-22 | Renamed Sqlite and Sqlite3 references to SQLite. | Nick Pope | |
| 2018-11-17 | Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x. | Tim Graham | |
| 2018-06-28 | Refs #28814 -- Documented Python 3.7 compatibility. | Asif Saifuddin Auvi | |
| 2018-05-17 | Added stub 2.2 release notes. | Tim Graham | |
| 2017-08-11 | Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. | 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-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
| 2016-10-25 | Updated postgresql.org links to https and made them canonical. | Marti Raudsepp | |
| 2016-08-26 | Added Django 1.11, 2.0 to Python version support table. | Tim Graham | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-08 | Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of ↵ | Tim Graham | |
| 2016. | |||
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-10-26 | Added Django 1.10 to Python version support table. | Tim Graham | |
| 2015-10-26 | Documented Python 3.5 support for Django 1.8. | Tim Graham | |
| Forwardport of d27085b02d58ecf8b72e7189b6a5feaf634ec977 from stable/1.8.x | |||
| 2015-06-22 | Simplified wording of Python support policy. | Tim Graham | |
| 2015-06-18 | Removed support for Python 3.3. | Tim Graham | |
| 2015-06-17 | Fixed outdated Python version support info in docs/topics/install.txt | Tim Graham | |
| 2015-04-02 | Removed Django 1.6 from the Python version chart. | 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-12-18 | Removed need to update Python version support note on each new release. | Tim Graham | |
| 2014-11-28 | Added 1.9/removed 1.5 on Python version support table. | Tim Graham | |
| 2014-08-12 | Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| 2014-03-27 | Added Python 3.4 support notes. | Tim Graham | |
| 2013-07-01 | Bumped minimum Python version requirement to 2.7 in Django 1.7. | Aymeric Augustin | |
| 2013-07-01 | Updated FAQ on Python versions to explain 2 vs 3. | Aymeric Augustin | |
| Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b from stable/1.6.x. | |||
| 2013-06-28 | Updated FAQ to reflect official Python 3 support | Claude Paroz | |
| 2013-06-28 | Updated FAQ entry about python 3 | Claude Paroz | |
| 2012-12-25 | Updated installation FAQ entry on Python versions. | Aymeric Augustin | |
| The 1.7 line is a reasonnable forecast, not a final decision. | |||
| 2012-11-02 | Documented minimal python 3.2 version. | Florian Apolloner | |
| 2012-09-07 | Fixed typo from 7435cc01. | Aymeric Augustin | |
| Thanks kmike. | |||
| 2012-09-07 | Updated install docs to reflect Python 3 status. | Aymeric Augustin | |
| Closes #17452. | |||
| 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-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-16 | Added Django-Python version matching table in FAQ. | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17751 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵ | Carl Meyer | |
| internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 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-09-04 | Fixed typo in PEP number introduced in last commit. Thanks Jannis for the ↵ | Ramiro Morales | |
| eagle eyes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16721 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales | |
| This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 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 | |||
