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_model_package
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
2012-06-19
Removed unneeded u prefixes
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926)
Claude Paroz
2012-06-06
Made TestNoInitialDataLoading pass with MySQL (Refs #15926)
Claude Paroz
2012-06-05
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Honza Kral
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-09-10
Pass commit=False to loaddata in tests, which will keep the DB connection ope...
Karen Tracey
2010-08-23
Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to...
Russell Keith-Magee
2009-12-19
Fixed #6961 - loaddata fails if models is a package instead of a module
Luke Plant