import error during the init phase

2008-08-30 Thread Mikael Moutakis
ipfile") works. I'm sorry if posting this as one post cause problems, but the two problems are related I think.. Keep up the good work Mikael Moutakis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

url template tag, unhelpful when failing

2008-07-18 Thread Mikael Moutakis
Hi I've running from trunk and recently switched to the NFA-branch. I found that the URL templatetag is unhelpful when failing to match a url. I patched my own copy of the function URLNode in django.template.defaulttags to return a more helpful error message instead of a empty string. Should I

Re: simplified FormWizard and sprint at EuroPython

2008-05-31 Thread Mikael Moutakis
sorry, that was an bad example. It should have been: #forms.py #Form01, and Form01 are ordinary forms class MyFormWizard(FormWizard): """Subclass of the new, simplified FormWizard""" forms=[Form01,Form02] #views.py def event_registration(request,event_id): """A simple view for

simplified FormWizard and sprint at EuroPython

2008-05-31 Thread Mikael Moutakis
Hi I've been using the form wizard for an convention sign-up application. I felt that the FormWizard is strange. It's not a form class, neither a view function but something inbetween. I'm going to EuroPython and wonder if anyone out there would like to join me for a FormWizard- rewrite-sprint?