Changes between Initial Version and Version 1 of Ticket #24097
- Timestamp:
- Jan 8, 2015, 1:40:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24097 – Description
initial v1 3 3 Ran into the same `AttributeError: '__proxy__' object has no attribute 'decode'`. 4 4 5 Please see attached `test_redirect_to_login.diff` or https://github.com/mathspace/django/compare/error-lazylogin-master which passes under Python 2.7 but failsunder Python 3.45 Please see attached `test_redirect_to_login.diff` or https://github.com/mathspace/django/compare/error-lazylogin-master which passes under Python 2.7 but throws the AttributeError under Python 3.4 6 6 7 7 One workaround is to explicitly pass the string form of the variable, i.e.