summaryrefslogtreecommitdiff
path: root/tests/modeltests/many_to_one_null
Commit message (Expand)AuthorAgeFilesLines
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-2/+5
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-2/+2
* Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz2012-03-301-1/+1
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-132-2/+4
* Name this test method correctly. Refs [16334].Alex Gaynor2011-06-071-1/+1
* Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor2011-06-071-1/+11
* Tweak to many_to_one_null doctest to avoid primary key assumptions (causing b...Russell Keith-Magee2010-10-121-1/+1
* Migrated many_to_one_null doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee2010-10-122-105/+84
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+5
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-2/+2
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-2/+2
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-2/+2
* Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty2006-06-041-18/+18
* Updated tests in line with changed exception messages, fixing 2 failures.Luke Plant2006-05-111-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+124