Re: Posible Django Admin BUG

2011-02-02 Thread Jorge Kleinerman (WindBack)
Thanks Ramiro, The filter() call was wrong. I removed it and now it is rendering fine The curious thing is that in 1.1 it was working fine. However, thanks a lot Regards -Jorge On Feb 2, 1:31 pm, Ramiro Morales wrote: > On Wed, Feb 2, 2011 at 1:08 PM, Ramiro Morales wrote: > > On Wed, Feb 2

Re: Posible Django Admin BUG

2011-02-02 Thread Ramiro Morales
On Wed, Feb 2, 2011 at 1:08 PM, Ramiro Morales wrote: > On Wed, Feb 2, 2011 at 12:59 PM, Jorge Kleinerman (WindBack) > wrote: >> Thanks >> >> I will try to post it there > > I'd suggest to do some homework first: > > Create a clon of your application and start removing models and fields > from mo

Re: Posible Django Admin BUG

2011-02-02 Thread Ramiro Morales
On Wed, Feb 2, 2011 at 12:59 PM, Jorge Kleinerman (WindBack) wrote: > Thanks > > I will try to post it there I'd suggest to do some homework first: Create a clon of your application and start removing models and fields from models. Same thing for the admin.py code (ModelAdmin, etc.) The rule wo

Re: Posible Django Admin BUG

2011-02-02 Thread Jorge Kleinerman (WindBack)
Thanks I will try to post it there On Feb 2, 11:43 am, Casey Greene wrote: > Hi Jorge, > > The Django code repository and bug report system is > here:http://code.djangoproject.com/ > > Hope this helps, > Casey > > On 02/02/2011 09:30 AM, Jorge Kleinerman (WindBack) wrote: > > > > > > > > > With

Re: Posible Django Admin BUG

2011-02-02 Thread Casey Greene
Hi Jorge, The Django code repository and bug report system is here: http://code.djangoproject.com/ Hope this helps, Casey On 02/02/2011 09:30 AM, Jorge Kleinerman (WindBack) wrote: With the last Django 1.2 I have the following problem trying to render the admin interface: Exception Value: Caug

Posible Django Admin BUG

2011-02-02 Thread Jorge Kleinerman (WindBack)
With the last Django 1.2 I have the following problem trying to render the admin interface: Exception Value: Caught ValueError while rendering: invalid literal for int() with base 10: 'psi102'. I didn't have this problem in a previous version of django. This is my models.py: http://pastebin.com/eJ