Opened 19 years ago
Closed 19 years ago
#2439 closed defect (fixed)
user_passes_test function does not work on python 2.3
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Contrib apps | Version: | dev |
| Severity: | major | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Upon accessing a view (which uses authentication) from a running server, I get a TypeError ("readonly attribute") at django/contrib/auth/decorators.py, line 18. Python 2.3 doesn't like it when you reassign name.
I'm using Python 2.3 with the latest Django from SVN (revision 3462).
Chandler
Note:
See TracTickets
for help on using tickets.
Fixed in [3478].