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
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=&
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
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
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
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
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
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
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
9 matches
Mail list logo