summaryrefslogtreecommitdiff
path: root/tests/modeltests/lookup
Commit message (Expand)AuthorAgeFilesLines
* Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data...Adrian Holovaty2010-01-101-0/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+5
* Fixed #12251 - QuerySet.in_bulk() should accept set/frozensetLuke Plant2009-12-191-0/+6
* Fixed a bug in r11646 - refs #11402 Luke Plant2009-10-241-0/+8
* Removed one test that is only intended for PostgreSQL from the visibility ofMalcolm Tredinnick2008-12-161-2/+7
* Fixed #9778 -- Added some special casing of the "Join on field 'abc'" errorMalcolm Tredinnick2008-12-091-1/+1
* Fixed #6523 -- Use the correct cast on field types for PostgreSQL whenMalcolm Tredinnick2008-08-081-0/+6
* Removed the mysql_old backend. It smells bad and has no friends.Malcolm Tredinnick2008-07-181-1/+1
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-3/+29
* Replaced dict reprs in tests with explicit looks at each key. This should fix...Jacob Kaplan-Moss2008-03-191-2/+5
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-1/+1
* Added unit test that confirms a bug in ValuesQuerySets that have extra(select...Adrian Holovaty2007-07-271-8/+16
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-16/+16
* Made the reg-exp lookup tests more robust. they now pass for all databaseMalcolm Tredinnick2007-07-011-26/+29
* Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss2007-06-271-0/+94
* Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza KralJacob Kaplan-Moss2007-05-311-0/+21
* Fixed comma splice in error message introduced in [5133]Adrian Holovaty2007-05-061-2/+2
* Fixed #4130 -- Added more self-explanatory error message when a typo is made inMalcolm Tredinnick2007-05-011-2/+2
* #fixed #2256 -- Made count() interact with slicing on QuerySets. Patch fromMalcolm Tredinnick2007-02-121-0/+11
* Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...Adrian Holovaty2007-02-101-0/+2
* Fixed #2348 -- Improved error reporting when query filter arguments areMalcolm Tredinnick2007-02-101-0/+11
* Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty2007-01-231-0/+15
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-2/+2
* Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...Adrian Holovaty2006-08-111-2/+11
* Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings asMalcolm Tredinnick2006-06-281-0/+4
* Fixed bad formatting in 'lookup' model tests from [3157]Adrian Holovaty2006-06-201-1/+1
* Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to workMalcolm Tredinnick2006-06-201-0/+2
* Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty2006-06-041-22/+22
* Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty2006-05-061-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+179