summaryrefslogtreecommitdiff
path: root/tests/modeltests/str/models.py
Commit message (Expand)AuthorAgeFilesLines
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-44/+0
* Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin2012-11-271-0/+8
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-2/+4
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-131-0/+1
* Migrated str doctests. Thanks to Eric Florenzano.Russell Keith-Magee2010-09-131-20/+1
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-2/+2
* Fixed #4870 -- Removed unneeded import and fixed a docstring in an example.Malcolm Tredinnick2007-07-141-2/+1
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-7/+29
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-2/+2
* Fixed #2077 -- Renamed 'repr' model tests to 'str'Adrian Holovaty2006-06-031-0/+31