<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/cache/tests.py, branch archive/soc2009/model-validation</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fmodel-validation</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fmodel-validation'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-11-07T17:09:09Z</updated>
<entry>
<title>[soc2009/model-validation] Merged to trunk at r11724</title>
<updated>2009-11-07T17:09:09Z</updated>
<author>
<name>Honza Král</name>
<email>honza.kral@gmail.com</email>
</author>
<published>2009-11-07T17:09:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=30ea350dabad28b0e524feabce434d446e013d6f'/>
<id>urn:sha1:30ea350dabad28b0e524feabce434d446e013d6f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10016: the cache middleware no longer vomits when handed long URLs. Thanks, Matt Croydon.</title>
<updated>2009-04-01T18:19:32Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-01T18:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16c9df0a761732b8e3acbfa39b940ffde0b1dbf3'/>
<id>urn:sha1:16c9df0a761732b8e3acbfa39b940ffde0b1dbf3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10517 -- Corrected cache name for file-based cache tests so that the filename can be valid under Windows. Thanks to Bob Thomas for the report and fix.</title>
<updated>2009-03-17T10:40:04Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-03-17T10:40:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=25e1c39bc35fdc013627fa29c8c6cf24fc705fe1'/>
<id>urn:sha1:25e1c39bc35fdc013627fa29c8c6cf24fc705fe1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic on Memcache; implemented as a 2 stage retrieve/update on other backends. Includes refactor of the cache tests to ensure all the backends are actually tested, and a fix to the DB cache backend that was discovered as a result. Thanks to Michael Malone for the original patch.</title>
<updated>2009-03-11T13:27:03Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-03-11T13:27:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=638dbc3e8320652ba3bd759e0ac1d28590402096'/>
<id>urn:sha1:638dbc3e8320652ba3bd759e0ac1d28590402096</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>More be-nice-to-the-buildbot: be better about cleaning up files created by the cache/session tests.</title>
<updated>2008-10-10T21:41:12Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-10-10T21:41:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b21ea0a8363203087e5bcb3004735db0d4143490'/>
<id>urn:sha1:b21ea0a8363203087e5bcb3004735db0d4143490</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added a return value to the add() method for caches. It's now possible to tell</title>
<updated>2008-08-10T03:52:21Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-08-10T03:52:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6670e1341c6b01c5b24b9274aac05d026e536c5'/>
<id>urn:sha1:f6670e1341c6b01c5b24b9274aac05d026e536c5</id>
<content type='text'>
if a call to add() ended up storing something in the cache.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available.  Patch from Karen Tracey.</title>
<updated>2008-08-02T05:56:57Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2008-08-02T05:56:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c85c8f88914cdba05813cc5768377841340bd09d'/>
<id>urn:sha1:c85c8f88914cdba05813cc5768377841340bd09d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed some completely pointless test changes from [8084], since they were</title>
<updated>2008-07-26T04:10:40Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-26T04:10:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe240b18f61a74acf627f0747a6bc0098772ba0f'/>
<id>urn:sha1:fe240b18f61a74acf627f0747a6bc0098772ba0f</id>
<content type='text'>
already being tested. Thank, Marty. /me is dumb. :-(


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7967 -- Make sure the __contains__ method in the cache backends call the</title>
<updated>2008-07-26T03:58:31Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-26T03:58:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f16b5bad2f714b88639ebb90d30fd6cef686cfc'/>
<id>urn:sha1:6f16b5bad2f714b88639ebb90d30fd6cef686cfc</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead of sanitized filenames. For good measure, keys are partitioned into subdirectories using the first few bits of the hash. Thanks, sherbang.</title>
<updated>2007-12-04T18:03:56Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-12-04T18:03:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=acfff050ecd9764943bc4444ee09b8b26df38168'/>
<id>urn:sha1:acfff050ecd9764943bc4444ee09b8b26df38168</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
