#4450: [newforms-admin] Change password form in edit form for user causes
ProgrammingError
-----------------------+----------------------------------------------------
Reporter: Glin | Owner: adrian
Status: new | Component: Admin interface
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
In newforms-admin branch, when I go to Users, then click to specific
user(or click to add user), then in password section in form click to
"change password form", I get error such as this:
!ProgrammingError at /admin/auth/user/1/password/
invalid input syntax for integer: "1/password"
{{{
Request Method: GET
Request URL: http://127.0.0.1:8000/admin/auth/user/1/password/
Exception Type: ProgrammingError
Exception Value: invalid input syntax for integer: "1/password"
Exception Location: /usr/lib/python2.4/site-
packages/django/db/backends/util.py in execute, line 17
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/4450>
Django Code <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
-~----------~----~----~----~------~----~------~--~---