Changes between Version 11 and Version 12 of DjangoAndPyPy
- Timestamp:
- Aug 14, 2008, 7:25:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndPyPy
v11 v12 72 72 }}} 73 73 74 Currently the #6814 ticket is not resolved, so you need to apply the patch from #6857 to make robustapply work. 75 Without the patch signals will blow up showing obscure import errors. 76 77 Once Django 1.0 is out, it should run on PyPy out of the box. 78 74 Django does not need to be modified in order to run on top of PyPy. 79 75 80 76 == Python 2.4 == 81 77 82 PyPy supports the 2.4 runtime library, so you have to be aware of code using 2.5 features. 78 PyPy supports the 2.4 runtime library (although the work is underway to improve the situation), 79 so you have to be aware of code using 2.5 features. 83 80 84 81 Django only requires Python 2.3. So as such Django runs just fine on PyPy.