summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2007-04-09Fixed #3958 -- Added lastBuildDate element to RSS feeds. Thanks,Malcolm Tredinnick
2007-04-05Backed out a portion of [4919] until I can make it worth smoothly withMalcolm Tredinnick
2007-04-05Small fix to [4931].Malcolm Tredinnick
2007-04-05Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N isMalcolm Tredinnick
2007-04-04Added a FIXME that I forgot to include earlier.Malcolm Tredinnick
2007-04-04Made django.utils.html.escape() work with unicode strings (and unicode-likeMalcolm Tredinnick
2007-04-04Moved smart_unicode and StrAndUnicode to django.utils.encoding. They are usefulMalcolm Tredinnick
2007-04-03Fixed #3900 -- Included missing function in utils/translation/__init__.py.Malcolm Tredinnick
2007-04-02Delayed the reading of settings.USE_I18N until the first use of the i18nMalcolm Tredinnick
2007-04-01Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre...Russell Keith-Magee
2007-03-30Removed some trailing whitespace that had smuggled itself aboard in [4870].Malcolm Tredinnick
2007-03-30Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.Malcolm Tredinnick
2007-03-20Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T...Russell Keith-Magee
2007-03-16Fixed spelling of initializing in datastructures.py commentAdrian Holovaty
2007-03-11Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, JannisMalcolm Tredinnick
2007-03-09Fixed #3678 -- Implemented SortedDict.copy().Malcolm Tredinnick
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
2007-02-28Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...Jacob Kaplan-Moss
2007-02-25Fixed #2620: made MergeDict.get() correctly work with the two-argument form o...Jacob Kaplan-Moss
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-02-10Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick
2007-02-10Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick
2007-01-30Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than...Jacob Kaplan-Moss
2007-01-21Added SortedDict.value_for_index() method in django.utils.datastructuresAdrian Holovaty
2006-12-18Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ...Adrian Holovaty
2006-12-15Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the...Jacob Kaplan-Moss
2006-09-26Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul.Malcolm Tredinnick
2006-09-26Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.Malcolm Tredinnick
2006-09-24Fixed #2677 -- Removed the need to import sre and hence avoid aMalcolm Tredinnick
2006-09-23Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict.Malcolm Tredinnick
2006-09-22Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.Malcolm Tredinnick
2006-09-07Renamed 'func' argument in django.utils.functional.curry to reduce possibilit...Adrian Holovaty
2006-09-07Optimized django.utils.functional.curry. Thanks for the patch, Martin GlueckAdrian Holovaty
2006-08-31Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...Adrian Holovaty
2006-07-28Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty
2006-07-27Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...Adrian Holovaty
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-14Added check_for_language and to_locale to utils.translation.trans_nullAdrian Holovaty
2006-07-11Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203Adrian Holovaty
2006-07-10Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial...Adrian Holovaty
2006-07-08Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of...Adrian Holovaty
2006-07-07Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty
2006-06-28Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ...Jacob Kaplan-Moss
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty