Skip to content

Commit

Permalink
[1.0.X] Fixed #9611 -- Noted in the FAQ answer about Python versions …
Browse files Browse the repository at this point in the history
…that some contrib apps (notably gis) may require a higher Python version. Thansk jamesivanwhite for the report and initial patch.

r9521 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Nov 21, 2008
1 parent df9254c commit 94c0aa7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/faq/install.txt
Expand Up @@ -48,8 +48,10 @@ PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported.
Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5? Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5?
---------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------


No. Django itself is guaranteed to work with any version of Python from 2.3 No, not in the core framework. Django itself is guaranteed to work with any
and higher. version of Python from 2.3 and higher. However, some "django.contrib" add-on
components may require a more recent Python release. The django.contrib.gis
component, for example, requires Python 2.4.


If you use a Python version newer than 2.3, you will, of course, be able to If you use a Python version newer than 2.3, you will, of course, be able to
take advantage of newer Python features in your own code, along with the speed take advantage of newer Python features in your own code, along with the speed
Expand Down

0 comments on commit 94c0aa7

Please sign in to comment.