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
/
user_commands
Age
Commit message (
Expand
)
Author
2012-02-09
Fixed #10080 -- Slightly extended the fix made in r10401 by also taking comma...
Jannis Leidel
2011-11-09
Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian fo...
Ramiro Morales
2011-11-07
Fixed #11118 -- Made management command BaseCommand restore locale after exec...
Ramiro Morales
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-13
Migrated user_commands doctests. Thanks to Eric Florenzano.
Russell Keith-Magee
2009-04-05
Fixed #10080: `call_command` now takes option defaults into account, sparing ...
Jacob Kaplan-Moss
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2007-12-01
Fixed #6068 -- Updated docstrings in model tests to make the documentation
Malcolm Tredinnick
2007-09-21
Fixed #5516 -- Added the ability for applications to define their own managem...
Russell Keith-Magee