Commit Graph

15 Commits

Author SHA1 Message Date
Mariusz Felisiak 3bbe22dafc
Fixed #34233 -- Dropped support for Python 3.8 and 3.9. 2023-01-18 09:46:01 +01:00
Mariusz Felisiak ec0ff40631 Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
Jon Dufresne eee4da3b57 Refs #30948 -- Updated install instructions to use pip instead of setup.py.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
2019-11-08 13:26:35 +01:00
Tim Graham 7e6b214ed3 Fixed #30116 -- Dropped support for Python 3.5. 2019-01-30 10:19:48 -05:00
Tim Graham cfff2af02b Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00
Aymeric Augustin a763915a03 Bumped minimum Python version requirement to 2.7 in Django 1.7. 2013-07-01 12:01:59 +02:00
Aymeric Augustin 085c03e08b Updated installation instructions.
Django 1.5 requires Python 2.6 or 2.7, and setup.py install over a
previous installation doesn't work.
2012-05-15 10:08:34 +02:00
Ramiro Morales dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and 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
2011-06-09 20:01:28 +00:00
Brian Rosner 120ea2a4b8 Updated INSTALL file
setup.py does not require an Internet connection nor setuptools. That was
fixed in [3906]. Updated the minimum Python version as well.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-30 08:24:05 +00:00
Adrian Holovaty bae9feb486 Fixed #8876 -- Fixed incorrect path to install.txt in INSTALL. Thanks, Tom Radcliffe
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-06 00:07:14 +00:00
Adrian Holovaty e3bb401181 Added section to INSTALL about an alternative install method that avoids using an Internet connection
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28 02:07:43 +00:00
Adrian Holovaty df82f24cc9 Changed INSTALL to use 'python' instead of 'python2.3'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11 15:30:21 +00:00
Adrian Holovaty b2cb66bfbc Filled in INSTALL and README files
git-svn-id: http://code.djangoproject.com/svn/django/trunk@259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 01:37:28 +00:00
Jacob Kaplan-Moss ce079538c6 Added basic structure for django repository
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13 19:08:56 +00:00