Changes between Version 11 and Version 12 of DjangoAndPyPy


Ignore:
Timestamp:
Aug 14, 2008, 7:25:22 AM (16 years ago)
Author:
Maciej Fijalkowski
Comment:

a bit of update

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndPyPy

    v11 v12  
    7272}}}
    7373
    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 
     74Django does not need to be modified in order to run on top of PyPy.
    7975       
    8076== Python 2.4 ==
    8177
    82 PyPy supports the 2.4 runtime library, so you have to be aware of code using 2.5 features.
     78PyPy supports the 2.4 runtime library (although the work is underway to improve the situation),
     79so you have to be aware of code using 2.5 features.
    8380
    8481Django only requires Python 2.3. So as such Django runs just fine on PyPy.
Back to Top