Comments in reversed order

2008-10-21 Thread jrivero
Is possible obtain the comments of django.contrib in reversed order? In old version: {% get_free_comment_list for workgroups.workgroup group.id as comment_list reversed %} But in new version the templatetag not have control of this parameter. The method for order is other? Regards --~--~---

Re: Comments in reversed order

2008-10-24 Thread jrivero
use you? generic object-list with a paginated? Thanks! Jordi. On 22 oct, 14:26, Dmitry Dzhus <[EMAIL PROTECTED]> wrote: > jrivero wrote: > > Is possible obtain the comments of django.contrib in reversed order? > > > In old version: > > {% get_free_comment_list for

Suggestion for developers using code-google

2008-08-28 Thread jrivero
Is great to find so much django apps code in google-code, but it would better if the code was labelled with the version of django for which this done. Examples: django-0.96, django-0.97, django-1.0b1, django-1.0... Regards, Jordi --~--~-~--~~~---~--~~ You receive

MySQLdb Exceptions

2009-06-11 Thread jrivero
Hi! I have one mysqldb exception on insert or update in some model with message [1] and can not find it. Django does not catch and return generic error 500. [1]: Exception exceptions.TypeError: "'NoneType' object is not callable" in > ignored I suspect that appears after a change in the propert