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
/
basic
/
tests.py
Age
Commit message (
Expand
)
Author
2012-11-02
[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-10-26
[1.5.x] Avoid dependence on exact Python exception messages
Ian Clelland
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-20
Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...
Anssi Kääriäinen
2012-03-13
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
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-11-02
Migrated basic doctests. Thanks to Preston Timmons for the patch.
Russell Keith-Magee