summaryrefslogtreecommitdiff
path: root/tests/modeltests/basic
Commit message (Expand)AuthorAgeFilesLines
* Updated deprecated test assertionsClaude Paroz2013-01-081-3/+3
* Tests for various emptyqs ticketsAnssi Kääriäinen2013-01-061-1/+41
* Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen2013-01-061-0/+7
* Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham2012-11-021-1/+35
* Avoid dependence on exact Python exception messagesIan Clelland2012-10-261-2/+1
* [py3k] Silence many warnings while running the tests.Alex Gaynor2012-09-071-14/+14
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* [py3] Removed longs.Aymeric Augustin2012-07-221-11/+13
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-7/+7
* Made model fields comparable to other objectsSimon Charette2012-05-071-1/+17
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-5/+5
* Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen2012-04-201-4/+14
* Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...Jannis Leidel2012-03-131-0/+25
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-132-1/+4
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-132-2/+1
* Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee2010-11-022-408/+554
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee2010-10-111-6/+3
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-041-12/+0
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+3
* Optimised use of 'in' operator on QuerySet using an explicit __contains__ met...Luke Plant2009-12-091-0/+8
* Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey2009-02-081-0/+12
* Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee2008-07-131-1/+7
* Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...Russell Keith-Magee2008-06-061-2/+3
* Changed Query.get_columns() to quote the 'AS' column names in an extra_select...Adrian Holovaty2008-04-281-0/+12
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-5/+3
* Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement...Malcolm Tredinnick2008-02-191-0/+11
* Fixed #5641 -- Handle lazy translations correctly when used as default argume...Malcolm Tredinnick2007-10-041-1/+1
* Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@...Malcolm Tredinnick2007-09-161-0/+5
* Fixed #5115 -- Fixed `QuerySet` slices to allow longs.Gary Wilson Jr2007-08-081-0/+13
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-1/+1
* Added a test that shows the problem in #4470. This fails only for the mysql_oldMalcolm Tredinnick2007-07-051-0/+6
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-2/+3
* Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...Adrian Holovaty2007-02-141-2/+8
* Fixed #3164 -- Added explicit ordering to basic model test, and revised resul...Russell Keith-Magee2006-12-191-6/+9
* Made ``pk`` a generic expansion for the primary key, rather than just an expa...Russell Keith-Magee2006-09-251-0/+4
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-6/+5
* Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss2006-06-271-0/+5
* Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty2006-06-041-27/+28
* Made negative indexing on QuerySet instances raise an assertion error (previo...Luke Plant2006-05-261-0/+10
* Updated tests in line with changed exception messages, fixing 2 failures.Luke Plant2006-05-111-1/+1
* Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty2006-05-061-2/+2
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+339