django1/django/utils
Adrian Holovaty c3f91bb2b1 Fixed spelling of initializing in datastructures.py comment
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-16 15:10:48 +00:00
..
simplejson Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Thanks, Lawrence Oluyede. 2007-01-30 22:34:15 +00:00
translation Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_threading_local.py Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-in.co.uk 2006-06-01 04:57:10 +00:00
autoreload.py Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False 2006-07-28 22:13:34 +00:00
cache.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
daemonize.py Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, jcrasta@gmail.com 2006-06-20 05:24:19 +00:00
datastructures.py Fixed spelling of initializing in datastructures.py comment 2007-03-16 15:10:48 +00:00
dateformat.py Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, Jannis 2007-03-11 10:15:35 +00:00
dates.py fixed #1817: added translation hooks for 3-letter month names 2006-05-16 07:38:23 +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 #2762 -- added copyright element support to RSS and Atom feeds. Patch 2007-02-10 08:36:39 +00:00
functional.py Renamed 'func' argument in django.utils.functional.curry to reduce possibility that it will clash with a keyword argument name. Thanks for pointing this out, Michael Spencer 2006-09-07 18:26:00 +00:00
html.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
images.py Fixed #194 -- thanks, steadicat! 2005-07-25 22:16:30 +00:00
itercompat.py Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul. 2006-09-26 10:08:03 +00:00
stopwords.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
synch.py Fixed #2258 -- Accounted for the case of a missing threading library in django.utils.synch. Thanks, scott@clued-in.co.uk 2006-07-07 04:07:41 +00:00
termcolors.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
text.py Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst 2007-02-10 02:51:27 +00:00
timesince.py Fixed #2163 -- Corrected typo when handling datetimes with timezones in the timesince filter. Thanks, Alex Dedul. 2006-06-21 11:11:03 +00:00
tzinfo.py Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune 2005-10-22 21:37:59 +00:00
xmlutils.py Eliminated lots of mutable default arguments (since they are bugs 2006-06-03 13:37:34 +00:00