Re: Feedback on alternate comments app

2007-08-13 Thread jfroehlich
On Aug 13, 2:02 pm, "Kai Kuehne" <[EMAIL PROTECTED]> wrote: > what about features? Do you have more than > django comments + django-comment-uils? At the moment it is of course not as powerful as django-comments and django-comment-utils together. This is because it is still a draft. I was waiting

Re: Feedback on alternate comments app

2007-08-13 Thread jfroehlich
On Aug 13, 3:12 am, Collin Grady <[EMAIL PROTECTED]> wrote: > This post may be better suited for the django-users list. > > This list is for the discussion of the development of django itself, > not apps that use django. Well there was this thread [1] about a contrib comments rewrite and Jacob re

Feedback on alternate comments app

2007-08-12 Thread jfroehlich
Hello everybody. A few month ago I did an own comments app, because the application included with django doesn't have all the features I needed but a lot of stuff I don't need. This one has a very simple base model, is extensible and it uses the new forms framework. I'm planing to add more featur

Re: newforms: Choices don't accept unicode values

2007-01-09 Thread jfroehlich
Adrian Holovaty wrote: > Hi Johannes, > > Could you update your code to at least revision 4296? I believe I've > fixed the problem. Thanks again for reporting it. Hi Adrian Thanks for this quick response and fix. I keep up to date on trunk since I'm really interested in the development there. T

newforms: Choices don't accept unicode values

2007-01-07 Thread jfroehlich
Hi, not sure but i think there is a bug in a fields choices with python 2.3 When i do something like http://dpaste.com/hold/4454/ i get an UnicodeDecodeError when rendering the form to html. A friend of mine tested it with python 2.4 without a problem. -johannes --~--~-~--~~--