Fixed #7967 -- Make sure the __contains__ method in the cache backends call the
commit391d0a2f84be39cf41871fe0d8a457b5724c1da0
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 26 Jul 2008 03:58:31 +0000 (26 03:58 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 26 Jul 2008 03:58:31 +0000 (26 03:58 +0000)
treec68478fcad80be0388e6512fae263f49dda5c38a
parent90dab94f5044b5f8fa025460fb13d3237f024fe5
Fixed #7967 -- Make sure the __contains__ method in the cache backends call the
right has_key() method for the subclass. Patch from Marty Alchin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/core/cache/backends/base.py
tests/regressiontests/cache/tests.py