On Wed, Feb 2, 2011 at 12:59 PM, Jorge Kleinerman (WindBack)
<jkleiner...@gmail.com> 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 would be: Remove all you can while the issue you intend to suport
still shows itself.

Otherwise it will be very hard for somebody to reproduce your scenario.

>
> On Feb 2, 11:43 am, Casey Greene <csgre...@princeton.edu> 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 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/eJqUXm4Yand this is my
>> > admin.py:http://pastebin.com/pdWZK5q1. When I add the first
>> > callrecord from admin interface I have the following render problem:
>> >http://pastebin.com/7yGvjpK9. This is a problem just rendering
>> > callrecord. I checked manually and the object was succesfully added to
>> > database. Also removing int(), from /usr/local/lib/python2.6/dist-
>> > packages/django/db/models/fields/__init__.py in get_prep_value, line
>> > 479, works perfect.
>>
>> > Seems to be a DJANGO Admin BUG
>>
>> > I asked in freenode, django channel and they told me that it should be
>> > a bug an I should report it
>>
>> > Thanks
>>
>> > Jorge
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>



-- 
Ramiro Morales

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to