Re: Django comments customization issue

2012-12-26 Thread sri
t;> >> Hi, I am trying to learn django comments customization by adding an >> integer field to the comments framework. My Model looks like below >> >> class CommentWithRating(Comment): rating = >> models.IntegerField(name='rating') >> >> And i

Re: Django comments customization issue

2012-12-26 Thread donarb
On Wednesday, December 26, 2012 11:43:47 AM UTC-8, sri wrote: > > Hi, I am trying to learn django comments customization by adding an > integer field to the comments framework. My Model looks like below > > class CommentWithRating(Comment): rating = > models.IntegerField(name=&

Django comments customization issue

2012-12-26 Thread sri
Hi, I am trying to learn django comments customization by adding an integer field to the comments framework. My Model looks like below class CommentWithRating(Comment): rating = models.IntegerField(name='rating') And i am trying to display the value in the rating field by using t

Re: Comments customization

2008-09-08 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-09-08, o godz. 19:13, przez Thejaswi Puthraya: >> Is there any document with new comment framework customization tips? >> I'd like to switch finally to 1.0 but I don't know how to accomplish >> few things (or have ugly workarounds): > > Well, that is one feature t

Re: Comments customization

2008-09-08 Thread Thejaswi Puthraya
On Sep 8, 2:47 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Is there any document with new comment framework customization tips?   > I'd like to switch finally to 1.0 but I don't know how to accomplish   > few things (or have ugly workarounds): Well, that is one feature that hasn't been documente

Re: Comments customization

2008-09-08 Thread Dmitry Dzhus
Jarek Zgoda wrote: > Is there any document with new comment framework customization tips? > I'd like to switch finally to 1.0 but I don't know how to accomplish > few things (or have ugly workarounds): > > * do not display preview page after succesful posting of comment, go > to commented

Re: Comments customization

2008-09-08 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-09-08, o godz. 14:19, przez Julien Phalip: >> * do not display preview page after succesful posting of comment, go >> to commented document instead (currently I have redirecting view and >> handle it in my urlconf before urlconf of django.contrib.comments is >> i

Re: Comments customization

2008-09-08 Thread Julien Phalip
Jarek Zgoda wrote: > Is there any document with new comment framework customization tips? > I'd like to switch finally to 1.0 but I don't know how to accomplish > few things (or have ugly workarounds): > > * do not display preview page after succesful posting of comment, go > to commented docume

Comments customization

2008-09-08 Thread Jarek Zgoda
Is there any document with new comment framework customization tips? I'd like to switch finally to 1.0 but I don't know how to accomplish few things (or have ugly workarounds): * do not display preview page after succesful posting of comment, go to commented document instead (currently I