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

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

Re: Posible Django Admin BUG

2011-02-02 Thread Jorge Kleinerman (WindBack)
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 > &g