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
/
regressiontests
/
model_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2012-08-22
Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"
Simon Meers
2012-08-20
Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2
Simon Meers
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...
Jann Kleen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-11-13
Fixed #13640: Avoid generating an exception when a model has an attribute nam...
Karen Tracey
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2010-11-19
Fixed a failing test caused by [14614].
Alex Gaynor
2010-11-18
Converted the model_regress doctests into unittests. We have always been at ...
Alex Gaynor
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2009-05-07
Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks...
Jacob Kaplan-Moss