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
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2011-11-27
Changed the fixtures used to test the 'initial_data' feature so they don't co...
Aymeric Augustin
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-12-14
Tiny doc fix. Thanks kizzo.
Chris Beaven
2010-08-30
Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...
Luke Plant
2010-06-05
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...
Russell Keith-Magee
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