summaryrefslogtreecommitdiff
path: root/tests/modeltests/basic/tests.py
AgeCommit message (Expand)Author
2013-02-23Fixed 19895 -- Made second iteration over invalid queryset raise an exception...Grzegorz Nosek
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-01-08Updated deprecated test assertionsClaude Paroz
2013-01-06Tests for various emptyqs ticketsAnssi Kääriäinen
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2012-11-02Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-10-26Avoid dependence on exact Python exception messagesIan Clelland
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-07Made model fields comparable to other objectsSimon Charette
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen
2012-03-13Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...Jannis Leidel
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-11-02Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee