index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
fixtures
Age
Commit message (
Expand
)
Author
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-02-28
Fixed #5610 -- Added the ability for dumpdata to take individual model names,...
Russell Keith-Magee
2008-11-24
Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...
Jacob Kaplan-Moss
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2008-07-18
Removed the mysql_old backend. It smells bad and has no friends.
Malcolm Tredinnick
2007-09-16
Fixed a typo. I think I should get full marks for getting all the letters rig...
Malcolm Tredinnick
2007-09-16
Removed the test portion that relies on transactions when the backend is mysq...
Malcolm Tredinnick
2007-09-15
Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th...
Russell Keith-Magee
2007-08-17
Minor fix to get the fixure model test to pass in the new management framework.
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2007-03-13
Modified expected output of one fixture doctest to make it non unix-specific.
Russell Keith-Magee
2007-03-13
Modified the internal dumpdata implementation to return the dumped data, rath...
Russell Keith-Magee
2007-03-01
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee