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
/
model_regress
Age
Commit message (
Expand
)
Author
2015-01-16
Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.
Collin Anderson
2015-01-11
Revert "Marked a test as an expected failure on MySQL and Python 3.2."
Claude Paroz
2014-12-19
Fixed refs #24007 test on Windows.
Tim Graham
2014-12-19
Made model_regress unpickling test CWD-independent
Claude Paroz
2014-12-17
Allowed Python executable names other than python in test from refs #24007.
Collin Anderson
2014-12-17
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-08-07
Added a missing unicode_literals that caused a test failure after refs #23226.
Tim Graham
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-05-16
Fix storing of binary fields and unicode textfields for Oracle/Python3
Shai Berger
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-09-09
Refactored code and tests that relied on django.utils.tzinfo.
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-08
Marked a test as an expected failure on MySQL and Python 3.2.
Aymeric Augustin
2013-04-08
Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.
Tobias McNulty
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner