django1/django/utils
Georg Bauer 5917fdcf2d added infrastructure code for later javascript translating (currently not active)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-04 12:06: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 Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fixed mutability holes, gave MultiValueDict many more dictionary methods and added unit tests. Thanks, Kieran Holland. This is slightly backwards-incompatible if you happened to rely on the behavior of QueryDict.items(), which is highly unlikely. 2005-11-30 04:08:46 +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 #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs (with named groups) still work. This is backwards-incompatible if you've defined custom middleware with a process_view function. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 2005-11-27 22:08:51 +00:00
feedgenerator.py Fixed #787 -- High-level syndication framework now picks up author details. Also updated documentation. Thanks, mattycakes 2005-11-14 05:15:40 +00:00
functional.py fixes #753 - ValidationError and CriticalValidationError now accept both strings and promises from gettext_lazy 2005-11-21 10:41:54 +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 bug in QueryDict parse_sql() call under mod_python, which requires query_string to be an empty string, not None 2005-11-30 04:13:21 +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 added infrastructure code for later javascript translating (currently not active) 2005-12-04 12:06:16 +00:00
timesince.py Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron Swartz 2005-11-23 21:13:00 +00:00
translation.py added infrastructure code for later javascript translating (currently not active) 2005-12-04 12:06: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