summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils
AgeCommit message (Expand)Author
2011-03-15Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-01-30Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2010-11-30Tests for utils.text.wrapChris Beaven
2010-11-02Fixed a few more cases of the tests not properly restoring sys.path (follow u...Alex Gaynor
2010-10-27Fixed MultiValueDict's copy implementation to be consistant with all other co...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-28Unified the regressiontests/dateformat tests with the regressiontests/utils/d...Russell Keith-Magee
2010-09-28Migrated regressiontest/datastructures doctest, and moved it into the existin...Russell Keith-Magee
2010-09-28A few test optimizations; using native unittest where no Django-specific Test...Russell Keith-Magee
2010-09-27Added imports for some new unittest modules. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated datastructures utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated timesince utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja...Russell Keith-Magee
2010-09-27Migrated datetime_safe doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-09-27Migrated tzinfo doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-06-05Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesi...Russell Keith-Magee
2010-05-04Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-04Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...Russell Keith-Magee
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2010-02-14Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...Jacob Kaplan-Moss
2010-02-13Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...Russell Keith-Magee
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-10Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsongAdrian Holovaty
2010-01-05Fixed #12506 - 'lazy' fails when there are multiple expected classes with the...Luke Plant
2009-12-28Fixed #12112 -- Made the colors used by syntax highlighting customizable.Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-11-02Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 fo...Russell Keith-Magee
2009-11-01Changed setUp and tearDown for the tests converted from doctests in r11695Karen Tracey
2009-11-01Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t...Russell Keith-Magee
2009-10-20Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...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