summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures
AgeCommit message (Expand)Author
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-07-18Removed the mysql_old backend. It smells bad and has no friends.Malcolm Tredinnick
2007-09-16Fixed a typo. I think I should get full marks for getting all the letters rig...Malcolm Tredinnick
2007-09-16Removed the test portion that relies on transactions when the backend is mysq...Malcolm Tredinnick
2007-09-15Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th...Russell Keith-Magee
2007-08-17Minor fix to get the fixure model test to pass in the new management framework.Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
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-03-23Renumbered all the doctest examples so that they are ordered correctly on the...Jacob Kaplan-Moss
2007-03-13Modified expected output of one fixture doctest to make it non unix-specific.Russell Keith-Magee
2007-03-13Modified the internal dumpdata implementation to return the dumped data, rath...Russell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee