Re: order_with_respect_to fail any workaround ?

2008-12-23 Thread Thierry Stiegler
I answer django developpers (http://groups.google.com/group/django- developers/t/280bca5001faca07) so wait and see. On 6 déc, 09:34, Thierry Stiegler wrote: > Hello, > > I got some errors by using the Meta optionsorder_with_respect_to: > > class

Re: order_with_respect_to fail any workaround ?

2008-12-06 Thread Thierry Stiegler
Juste for precision I use the trunk. On Dec 6, 9:34 am, Thierry Stiegler <[EMAIL PROTECTED]> wrote: > Hello, > > I got some errors by using the Meta options order_with_respect_to: > > class Category(PublicationBase, LocalisationBase): >     ITEM_PER_PAGE = 12 >     name =

order_with_respect_to fail any workaround ?

2008-12-06 Thread Thierry Stiegler
Hello, I got some errors by using the Meta options order_with_respect_to: class Category(PublicationBase, LocalisationBase): ITEM_PER_PAGE = 12 name = models.CharField(max_length=255) pictogram = models.ImageField(upload_to="categories", blank=True) old_id =