On Thu, 2007-04-26 at 11:59 -0700, Pythoni wrote: > Is the development server from 0.95 or 0.96 compatible with 0.91 > version? > I use Django 0.91 but have problem with the development server. .Many > times I receive the error > ################# > > Unhandled exception in thread started by > Error in sys.excepthook: > > Original exception was: > Validating models... > 0 errors found.
As far as I can recall they should be compatible. However, a bunch of import paths changed between 0.91 and 0.95, so it might not be a case of just grabbing one particular file. You'll have to experiment a bit. Can't really comment on the traceback itself, since there aren't enough details and I haven't looked at 0.91 code for months. However, I do remember that we fixed a number of uncaught exception and shutdown problems in the development server prior to 0.95 and just after its release. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---