django1/django/utils
Adrian Holovaty f7d2e9ea9f Grammar cleanups for recent documentation and docstring changes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-13 00:19:16 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
autoreload.py Improved autoreloader to ignore files that might be in eggs. Refs #596 2005-10-25 02:01:10 +00:00
cache.py Made several grammar fixes to cache documentation from [1020] 2005-10-31 03:14:57 +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 #742 -- Implemented 't' dateformat. Thanks, radek. 2005-11-06 23:53:13 +00:00
dates.py Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00
decorators.py Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't raising exceptions. Refs #641 2005-11-04 14:48:57 +00:00
feedgenerator.py Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made the syndication view use that mime_type. Thanks, James 2005-11-12 18:32:12 +00:00
functional.py Reworded docstrings and settings documentation from [1068] 2005-11-06 22:22:02 +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 #508 -- Added support for 'expires' in cookies and changed session middleware to set 'expires' in addition to 'max_age'. Thanks, mark@junklight.com 2005-11-01 01:02:07 +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 Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: this means that the i18n branch is now obsolete and will be made read-only. 2005-11-04 04:59:46 +00:00
timesince.py Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune 2005-10-22 21:37:59 +00:00
translation.py Grammar cleanups for recent documentation and docstring changes. 2005-11-13 00:19:16 +00:00
tzinfo.py Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune 2005-10-22 21:37:59 +00:00
xmlutils.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00