Skip to content

Broken in Django 1.8 #7

@tomleo

Description

@tomleo

The following errors are triggered when doing any memcached operations while memcache-debug-panel is installed.

  File "/home/tom/program/env_new/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 97, in delete
    self._cache.delete(key)
  File "/home/tom/program/env_new/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 175, in _cache
    self._client = self._lib.Client(self._servers, pickleProtocol=pickle.HIGHEST_PROTOCOL)
  File "/home/tom/program/env_new/local/lib/python2.7/site-packages/memcache.py", line 218, in __init__
    super(Client, self).__init__()
TypeError: __init__() takes at least 2 arguments (1 given)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions