When discussing running django on IronPython a while back, a suggestion was
made to use the Python3 branch of django, which IMHO is a great.
This announcement came in this morning on the django developers list:
 Python 3 port - now available on
GitHub<http://groups.google.com/group/django-developers/t/a946c63b2725c073>

   Vinay Sajip <vinay_sa...@yahoo.co.uk> May 25 02:51AM -0700

   The single codebase port of Django to Python 3 is now available on
   GitHub [1]. Recent core changes have been merged, and the test results
   are available at [2].

   Summary:

   2.7.2: Ran 4734 tests in 540.793s - OK (skipped=112, expected
   failures=3)
   3.2.2: Ran 4688 tests in 524.807s - OK (skipped=120, expected
   failures=2, unexpected successes=1)

   Recent tests only cover the SQLite backend and were run on Linux. Help
   with testing other DB backends (and the GIS functionality) would be
   much appreciated!

   Regards,

   Vinay Sajip

   [1] https://github.com/vsajip/django/tree/django3
   [2] https://gist.github.com/1373553
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to