Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add compatibility with django 1.6 #13

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 3, 2010

  1. Obtain the memcache timeout after adding the herd timeout so values n…

    …ear 30 days work correctly
    niran committed Nov 3, 2010
    Configuration menu
    Copy the full SHA
    16c3522 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2010

  1. Remove incr and decr functions to fallback to BaseCache's naive imple…

    …mentations that unpack the stored integers instead of incrementing the tuple
    niran committed Nov 17, 2010
    Configuration menu
    Copy the full SHA
    26df38b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2011

  1. Added optional version param to the CacheClass's get() method to fix

    errors encountered when running the latest django (1.3)
    Daniel Rust committed May 2, 2011
    Configuration menu
    Copy the full SHA
    e43330a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2011

  1. Configuration menu
    Copy the full SHA
    b5254f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2011

  1. Configuration menu
    Copy the full SHA
    6a1f4ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request ericflo#1 from joehillen/master

    Changed version number for django-newcache
    dlrust committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    143de7c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2012

  1. Configuration menu
    Copy the full SHA
    6afd04d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d23c001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e46b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a840e4f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2012

  1. Configuration menu
    Copy the full SHA
    c767f1d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2013

  1. Configuration menu
    Copy the full SHA
    1eb0961 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ericflo#1 from greenmangaming/staging

    HOTFIX: Support lists of servers.
    krisb78 committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    7e110c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. Configuration menu
    Copy the full SHA
    362cc06 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2014

  1. Upped version.

    joshourisman committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    df9f45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95690f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476a692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d0a53 View commit details
    Browse the repository at this point in the history
  5. Upped version.

    joshourisman committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    b11e544 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d431510 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    450b068 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. compability with django=1.6

    dicos committed May 6, 2016
    Configuration menu
    Copy the full SHA
    87c744d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4808345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    247d2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b33d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8a2ac8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    169f918 View commit details
    Browse the repository at this point in the history