summaryrefslogtreecommitdiff
path: root/tests/regressiontests/max_lengths/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-05-07Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss