Ticket #9611: 9611.patch
File 9611.patch, 878 bytes (added by , 16 years ago) |
---|
-
install.txt
48 48 Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5? 49 49 ---------------------------------------------------------------------------------------- 50 50 51 No. Django itself is guaranteed to work with any version of Python from 2.3 52 and higher. 51 No, not in the core framework. Django itself is guaranteed to work with any version of Python from 2.3 52 and higher. There are however add-ons, such as django.contrib.gis that will require a more recent Python 53 version (Notably 2.4 or higher in the case of django.contrib.gis). 53 54 54 55 If you use a Python version newer than 2.3, you will, of course, be able to 55 56 take advantage of newer Python features in your own code, along with the speed