django1/django/utils
Adrian Holovaty 8aa98af6bb Added django.utils.cache, from Hugo's #580 patch. Refs #580.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-08 23:19:21 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
autoreload.py Added copyright notice to utils/autoreload for CherryPy folks 2005-07-21 04:10:47 +00:00
cache.py Added django.utils.cache, from Hugo's #580 patch. Refs #580. 2005-10-08 23:19:21 +00:00
datastructures.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
dateformat.py Fixed #207 -- thanks, Mathieu. 2005-07-26 14:26:15 +00:00
dates.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
decorators.py Added django.utils.decorators, from Hugo's #580 patch. Refs #580. 2005-10-08 21:44:37 +00:00
feedgenerator.py Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, eugene 2005-09-14 17:39:47 +00:00
functional.py Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
html.py Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.com 2005-09-02 18:51:14 +00:00
httpwrappers.py Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac. 2005-10-06 02:27:08 +00:00
images.py Fixed #194 -- thanks, steadicat! 2005-07-25 22:16:30 +00:00
stopwords.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
synch.py Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-memory cache, and "file" is a file-based cache. 2005-09-25 20:01:35 +00:00
text.py Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467 2005-09-13 03:31:34 +00:00
timesince.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
xmlutils.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00