Changes between Initial Version and Version 1 of Ticket #24097


Ignore:
Timestamp:
Jan 8, 2015, 1:40:35 AM (9 years ago)
Author:
Peter Schmidt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24097 – Description

    initial v1  
    33Ran into the same `AttributeError: '__proxy__' object has no attribute 'decode'`.
    44
    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 fails under Python 3.4
     5Please 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
    66
    77One workaround is to explicitly pass the string form of the variable, i.e.
Back to Top