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
/
unmanaged_models
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-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-09-10
Fixed #16592 -- More test changes and documentation to account for MySQL's ca...
Russell Keith-Magee
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-13
Migrated unmanaged_models doctests. Thanks to Eric Florenzano.
Russell Keith-Magee
2009-04-11
Fixed the tests from #10455 so that they are set up correctly.
Malcolm Tredinnick
2009-04-09
Fixed #10647: intermediary tables between two umanaged models are no longer c...
Jacob Kaplan-Moss
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick