Opened 19 years ago
Closed 19 years ago
#2439 closed defect (fixed)
user_passes_test function does not work on python 2.3
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].