This post on django-users: http://groups.google.com/group/django-users/msg/7d4773cccde8d51d
manifests some interest in moving the old-style classes to new-style: with some fairly short grunt work I made a patch about it, and attached it to ticket #2109: http://code.djangoproject.com/ticket/2109 All tests pass. I did not convert the Meta and Admin classes in the model definitions, they break some tests, and it's also a user visible change. Furthermore, I did not convert the Promise class in utils/functional.py either, it break other tests about __proxy__ objects, I leave it to you. -- Nicola Larosa - http://www.tekNico.net/ Continuation-based web frameworks (like Seaside) seem lame to me. I'm so much more impressed by event-based programming, and continuations (used in that way) seem like a way to avoid explicit events. Events are the web. Continuations are people who want to make the web into an MVC GUI. -- Ian Bicking, February 2006 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---