summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils
AgeCommit message (Expand)Author
2010-05-04[1.1.X] Fixed #13469 -- Cleaned up the test case from r13085, and added some ...Russell Keith-Magee
2010-05-04[1.1.X] Fixed some Python 2.3 incompatibilities in new tests.Karen Tracey
2010-05-04[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requiremen...Russell Keith-Magee
2010-03-14[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs...Karen Tracey
2010-03-12[1.1.X] Fixed #13093 -- Updated some decorators and the decorator_from_middle...Russell Keith-Magee
2010-02-13[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_sa...Russell Keith-Magee
2010-01-28[1.1.X] Fixed #8758 -- Corrected handling of tag creation in feeds when the U...Russell Keith-Magee
2010-01-05[1.1.X] Fixed #12506 - 'lazy' fails when there are multiple expected classes ...Luke Plant
2009-12-17[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...Jacob Kaplan-Moss
2009-11-02[1.1.X] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apo...Russell Keith-Magee
2009-11-01[1.1.X] Changed setUp and tearDown for the tests converted from doctests in r...Karen Tracey
2009-11-01[1.1.X] Fixed #12123 -- Updated the utils.dateformat test to be a unittest to...Russell Keith-Magee
2009-10-20[1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapp...Luke Plant
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...Jacob Kaplan-Moss
2009-04-07Added some tests to show that #9672 has been fixed ever since [10215]. Refs #...Jacob Kaplan-Moss
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-07-23Removed some potentially misleading code (it isn't executed) after the changesMalcolm Tredinnick
2008-07-22Fixed a bunch of Python 2.3 test failures.Malcolm Tredinnick
2008-07-13Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee
2008-07-11Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha...Russell Keith-Magee
2008-03-17Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...Gary Wilson Jr
2007-11-29Fixed #6050 -- Handled edge-case of duplicate keys being passed whenMalcolm Tredinnick
2007-10-20Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so thatMalcolm Tredinnick
2007-09-17Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...Gary Wilson Jr
2007-07-15Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...Gary Wilson Jr