| Age | Commit message (Expand) | Author |
| 2012-09-26 | Fixed parse_http_date docstring and moved related tests | Claude Paroz |
| 2012-09-18 | Fixed #18800 -- Support numbers bigger than max float in `numberformat`. | Florian Apolloner |
| 2012-09-07 | Fixed #12397 -- allow safe_join to work with the root file system path, which... | Alex Gaynor |
| 2012-09-04 | Fixed #18902 -- Made force_bytes properly handle exception input | Claude Paroz |
| 2012-08-20 | [py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare. | Aymeric Augustin |
| 2012-08-19 | Reordered import statements for clarity. | Aymeric Augustin |
| 2012-08-19 | Fixed #18728 -- Made colon optional in tzinfo | Aymeric Augustin |
| 2012-07-14 | Remove DotExpandedDict, which was undocumented and unused. | Alex Gaynor |
| 2012-01-03 | Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b | Chris Beaven |
| 2011-12-23 | Renovated password hashing. Many thanks to Justine Tunney for help with the i... | Paul McMillan |
| 2011-12-22 | Fixed #17042 -- Extended startproject and startapp management commands to bet... | Jannis Leidel |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-10-13 | Convert the remainder of the relative imports in the tests to be absolute imp... | Alex Gaynor |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-07 | Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul... | Jannis Leidel |
| 2011-05-21 | Fixed #12417 -- Added signing functionality, including signing cookies. Many ... | Jannis Leidel |
| 2011-03-15 | Fixed #15617 - CSRF referer checking too strict | Luke Plant |
| 2010-09-27 | Added imports for some new unittest modules. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-27 | Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-05-04 | Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo... | Russell Keith-Magee |
| 2010-02-14 | Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html... | Jacob Kaplan-Moss |
| 2010-02-13 | Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-10 | Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong | Adrian Holovaty |
| 2010-01-05 | Fixed #12506 - 'lazy' fails when there are multiple expected classes with the... | Luke Plant |
| 2009-12-28 | Fixed #12112 -- Made the colors used by syntax highlighting customizable. | Russell Keith-Magee |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-11-01 | Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t... | Russell Keith-Magee |
| 2009-10-20 | Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ... | Luke Plant |
| 2009-05-08 | Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte... | Jacob Kaplan-Moss |
| 2008-07-22 | Fixed a bunch of Python 2.3 test failures. | Malcolm Tredinnick |
| 2008-07-13 | Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat... | Russell Keith-Magee |
| 2008-03-17 | Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca... | Gary Wilson Jr |
| 2007-11-29 | Fixed #6050 -- Handled edge-case of duplicate keys being passed when | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that | Malcolm Tredinnick |
| 2007-09-17 | Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di... | Gary Wilson Jr |
| 2007-07-15 | Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an... | Gary Wilson Jr |