index
:
django.git
fix-31295
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
2013-02-23
Fixed 19895 -- Made second iteration over invalid queryset raise an exception...
Grzegorz Nosek
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-01-08
Updated deprecated test assertions
Claude Paroz
2013-01-06
Tests for various emptyqs tickets
Anssi Kääriäinen
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2012-11-02
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-10-26
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