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
/
empty
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-09-22
Fixed a typo in test docstring.
Paul McMillan
2011-09-22
Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...
Gabriel Hurley
2010-09-12
Migrated empty doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2007-12-01
Fixed #6068 -- Updated docstrings in model tests to make the documentation
Malcolm Tredinnick
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-08-10
Fixed #2512 -- Fixed SQL error when saving existing empty models.
Malcolm Tredinnick
2006-06-12
Fixed the empty model saving case so that it retrieves the primary key id. Also
Malcolm Tredinnick
2006-06-08
Tests to avoid regressions for ticket #2108. See also r3115.
Malcolm Tredinnick
2006-06-08
Fixed #2108 -- do not try to save an empty model.
Malcolm Tredinnick