Author: ramiro Date: 2011-04-02 12:03:11 -0700 (Sat, 02 Apr 2011) New Revision: 16004
Modified: django/trunk/docs/faq/install.txt Log: Updated the Python version requirements FAQ entry in the installation section. Modified: django/trunk/docs/faq/install.txt =================================================================== --- django/trunk/docs/faq/install.txt 2011-04-02 18:48:18 UTC (rev 16003) +++ django/trunk/docs/faq/install.txt 2011-04-02 19:03:11 UTC (rev 16004) @@ -67,13 +67,15 @@ .. _context managers: http://docs.python.org/reference/datamodel.html#context-managers -Can I use Django with Python 2.3? +Can I use Django with Python 2.4? --------------------------------- -Django 1.1 (and earlier) supported Python 2.3. Django 1.2 and newer does not. -We highly recommend you upgrade Python if at all possible, but Django 1.1 will -continue to work on Python 2.3. +Django 1.3 (and earlier) supported Python 2.4. Django 1.4 (not released yet) +and newer will require Python 2.5 or greater (but no 3.x, see the next question.) +We highly recommend you upgrade Python if at all possible, but Django 1.3.x +will continue to support Python 2.4. + Can I use Django with Python 3? ------------------------------- -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.