[newforms-admin] Change password form in edit form for user causes ProgrammingError
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
Change History
(7)
| Triage Stage: |
Unreviewed → Accepted
|
| Version: |
SVN → newforms-admin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
This is happening because the previous (trunk) admin overrides the admin URLconf value for /auth/user/ as a special case, and newforms-admin doesn't do that yet.