#8110: Admin interface: 'long' object has no attribute 'isdigit'
-------------------------------------------+--------------------------------
Reporter: anonymous | Owner: nobody
Status: reopened | Milestone: 1.0
Component: django.contrib.admin | Version: 1.0
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Comment (by kmtracey):
Thanks for the info. We already know how to prevent the error from
occurring by either the approach you mention or just avoiding updating
self.user inside render (see the patches already on the ticket). The
reason neither has been applied to the code base is we'd really like to
understand WHY render is being called more than once for this template
tag. The template tag isn't in a loop or anything, so it is not clear why
render() is being called multiple times for the same node. That's the
mystery we'd like to understand before checking in a fix.
I am confused by your traceback included above. The one that starts
"Original traceback" and starts with "django/template/debug.py", line
71,"...yet this bug you and everyone else reports only occurs with DEBUG
set to False. There is also no mention of django/template/debug.py in the
original posted traceback, nor any indication that there are multiple
exceptions raised...so all in all I find that traceback info confusing.
--
Ticket URL: <http://code.djangoproject.com/ticket/8110#comment:22>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---