| Age | Commit message (Expand) | Author |
| 2011-08-13 | Fixed #14503 -- Unified multiple implementations of test cases assert* method... | Ramiro Morales |
| 2011-07-14 | Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be... | Jannis Leidel |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-07-03 | Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on... | Jannis Leidel |
| 2011-06-16 | Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ... | Jannis Leidel |
| 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-06-01 | Tweaked test added in [16308] so it doesn't fail. | Ramiro Morales |
| 2011-06-01 | Allow SimpleLazyObjects to return None without constantly being reevaluated, ... | Alex Gaynor |
| 2011-06-01 | Fixed #9200 -- Added new form wizard to formtools based on class based views.... | Jannis Leidel |
| 2011-05-24 | Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp... | Luke Plant |
| 2011-05-23 | Changed utils/decorators.py tests to use RequestFactory | Luke Plant |
| 2011-05-22 | Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (... | Jannis Leidel |
| 2011-05-21 | Fixed #12417 -- Added signing functionality, including signing cookies. Many ... | Jannis Leidel |
| 2011-05-05 | Fixed #15811 - lazy() doesn't take into account methods defined in parents | Luke Plant |
| 2011-04-28 | Fixed #7267 - UnicodeDecodeError in clean_html | Luke Plant |
| 2011-04-22 | Fixed #15662 -- Made sure the module_has_submodule utility function follow co... | Jannis Leidel |
| 2011-04-22 | Fixed #9089 -- Correctly handle list values in MultiValueDict instances when ... | Jannis Leidel |
| 2011-03-28 | Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan... | Russell Keith-Magee |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |
| 2011-03-15 | Fixed #15617 - CSRF referer checking too strict | Luke Plant |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-02-12 | Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and... | Jannis Leidel |
| 2011-01-30 | Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ... | Russell Keith-Magee |
| 2011-01-02 | Fixed #2986 -- Made the JavaScript code that drives related model instance ad... | Ramiro Morales |
| 2010-11-30 | Tests for utils.text.wrap | Chris Beaven |
| 2010-11-02 | Fixed a few more cases of the tests not properly restoring sys.path (follow u... | Alex Gaynor |
| 2010-10-27 | Fixed MultiValueDict's copy implementation to be consistant with all other co... | Alex Gaynor |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-09-28 | Unified the regressiontests/dateformat tests with the regressiontests/utils/d... | Russell Keith-Magee |
| 2010-09-28 | Migrated regressiontest/datastructures doctest, and moved it into the existin... | Russell Keith-Magee |
| 2010-09-28 | A few test optimizations; using native unittest where no Django-specific Test... | Russell Keith-Magee |
| 2010-09-27 | Added imports for some new unittest modules. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-27 | Migrated datastructures utils doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-27 | Migrated timesince utils doctests. 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-09-27 | Migrated datetime_safe doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-09-27 | Migrated tzinfo doctests. Thanks to Stephan Jaekel. | Russell Keith-Magee |
| 2010-06-05 | Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesi... | Russell Keith-Magee |
| 2010-05-04 | Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl... | 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-03-12 | Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun... | 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 |