| Age | Commit message (Expand) | Author |
| 2009-08-11 | Added file accidentally ommitted from [11354]. | Russell Keith-Magee |
| 2007-10-26 | i18n security fix. Details will be posted shortly to the Django mailing lists... | Jacob Kaplan-Moss |
| 2007-03-20 | Fixed #3714 -- Fixed handling of indented text in wordwrap template filter. T... | Russell Keith-Magee |
| 2007-03-16 | Fixed spelling of initializing in datastructures.py comment | Adrian Holovaty |
| 2007-03-11 | Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, Jannis | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3678 -- Implemented SortedDict.copy(). | Malcolm Tredinnick |
| 2007-02-28 | Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. | Jacob Kaplan-Moss |
| 2007-02-28 | Fixed #2779: added a copy() method to MergeDict, along with some new tests fo... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #2620: made MergeDict.get() correctly work with the two-argument form o... | Jacob Kaplan-Moss |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2007-02-10 | Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch | Malcolm Tredinnick |
| 2007-02-10 | Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst | Malcolm Tredinnick |
| 2007-01-30 | Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than... | Jacob Kaplan-Moss |
| 2007-01-21 | Added SortedDict.value_for_index() method in django.utils.datastructures | Adrian Holovaty |
| 2006-12-18 | Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ... | Adrian Holovaty |
| 2006-12-15 | Vastly improved performance of django.utils.text.wrap. Thanks to GvR for the... | Jacob Kaplan-Moss |
| 2006-09-26 | Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2265 -- Fixed problem with using iterators for "choices" attribute. | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2677 -- Removed the need to import sre and hence avoid a | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul. | Malcolm Tredinnick |
| 2006-09-07 | Renamed 'func' argument in django.utils.functional.curry to reduce possibilit... | Adrian Holovaty |
| 2006-09-07 | Optimized django.utils.functional.curry. Thanks for the patch, Martin Glueck | Adrian Holovaty |
| 2006-08-31 | Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py... | Adrian Holovaty |
| 2006-07-28 | Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo... | Adrian Holovaty |
| 2006-07-27 | Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub... | Adrian Holovaty |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-14 | Added check_for_language and to_locale to utils.translation.trans_null | Adrian Holovaty |
| 2006-07-11 | Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203 | Adrian Holovaty |
| 2006-07-10 | Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial... | Adrian Holovaty |
| 2006-07-08 | Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of... | Adrian Holovaty |
| 2006-07-07 | Fixed #2258 -- Accounted for the case of a missing threading library in djang... | Adrian Holovaty |
| 2006-07-04 | Made django/utils/translation.py into a package django/utils/translation, whi... | Adrian Holovaty |
| 2006-06-28 | Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ... | Jacob Kaplan-Moss |
| 2006-06-21 | Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t... | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-20 | Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ... | Adrian Holovaty |
| 2006-06-19 | Fixed #1473 -- Added support for categories back into syndication feeds | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Changed django.utils.text.smart_split to return strings, not tuples | Adrian Holovaty |
| 2006-06-07 | Added django.utils.text.smart_split. Thanks, ckknight | Adrian Holovaty |
| 2006-06-05 | Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructures | Adrian Holovaty |
| 2006-06-03 | Eliminated lots of mutable default arguments (since they are bugs | Luke Plant |
| 2006-06-02 | Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add... | Adrian Holovaty |
| 2006-06-01 | Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i... | Adrian Holovaty |
| 2006-05-31 | Fixed #2036 -- autoreload.py no longer fails for uninstalled 'thread' module.... | Adrian Holovaty |
| 2006-05-30 | Fixed #2021 -- Improved Atom feed by outputting rel=alternate. Thanks, Ned Ba... | Adrian Holovaty |
| 2006-05-16 | Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.... | Adrian Holovaty |
| 2006-05-16 | fixed #1817: added translation hooks for 3-letter month names | Georg Bauer |