Changes between Initial Version and Version 4 of Ticket #31418


Ignore:
Timestamp:
Apr 2, 2020, 10:44:32 AM (4 years ago)
Author:
mastizada
Comment:

Indicated the wrong python version

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31418

    • Property Resolutioninvalid
    • Property Status newclosed
    • Property Summary ValueError when FileBasedCache is used in Python 2.7ValueError when FileBasedCache is used in Python 3.7
  • Ticket #31418 – Description

    initial v4  
    1 Using FileBasedCache in Django 2.2.12 with Python 2.7.3 is giving ValueError: unsupported pickle protocol: 5
     1Using FileBasedCache in Django 2.2.12 with Python 3.7.3 is giving ValueError: unsupported pickle protocol: 5
    22
    33Checking the highest protocol version for pickle using `pickle.HIGHEST_PROTOCOL` is giving 4, so the protocol 5 is not available.
Back to Top