summaryrefslogtreecommitdiff
path: root/tests/modeltests/generic_relations
AgeCommit message (Expand)Author
2007-12-09Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-03-23Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss
2007-01-25Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ...Russell Keith-Magee
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-06-20Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...Adrian Holovaty
2006-06-19Fixed some small typos in generic_relations model testsAdrian Holovaty
2006-06-16Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss