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/eJqUXm4Y and 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.