1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django/utils
2007-02-25 16:37:31 +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
_threading_local.py
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
daemonize.py
datastructures.py Fixed #2620: made MergeDict.get() correctly work with the two-argument form of get(). Thanks for the patch, SmileyChris. 2007-02-25 16:37:31 +00:00
dateformat.py Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support of translations 2006-12-18 16:16:12 +00:00
dates.py
decorators.py
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
images.py
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
synch.py
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
tzinfo.py
xmlutils.py