django1/django/core
Russell Keith-Magee 1fc7c4aee4 Fixed #14596 -- Light refactoring of the cache backends.
* Removes some code duplication,
 * Provides a convenient base class for db-like cache backends
 * Adds tests for an edge case of culling,
 * Marks the memcached tests as "skipped", rather than omitting them.

Thanks to Jonas H for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-02 05:55:08 +00:00
..
cache Fixed #14596 -- Light refactoring of the cache backends. 2010-11-02 05:55:08 +00:00
files Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the report and patch. 2010-10-27 20:08:20 +00:00
handlers Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are always applied. Includes a battery of tests to validate the expected behavior of the middleware cycle. Thanks to Petr Marhoun for the report. 2010-10-30 07:19:04 +00:00
mail Fixed #14301 -- Handle email validation gracefully with email addresses containing non-ASCII characters. Thanks, Andi Albrecht. 2010-10-14 18:37:05 +00:00
management When looking for django tables which exist, query for all tables once, not once *per table*. 2010-10-31 00:53:58 +00:00
serializers Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch. 2010-09-19 14:04:34 +00:00
servers Fixed #14398 -- Changed runfcgi command to interpret the umask option argument as an octal value. 2010-10-27 15:12:13 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
exceptions.py Add warning when using cache keys that might not work with memcached. 2010-09-12 18:45:26 +00:00
paginator.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
template_loader.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
urlresolvers.py Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
validators.py Removed some debug accidentally committed in r13201. 2010-05-10 12:40:54 +00:00
xheaders.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00