Django

Code

root/django/trunk/tests/regressiontests/queries/models.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8832 [8832] 09/01/08 21:16:41 mtredinnick Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions …
(edit) @8794 [8794] 09/01/08 07:07:26 russellm Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to …
(edit) @8724 [8724] 08/29/08 17:29:38 mtredinnick Fixed a typo from the refactoring in [8455]. With bonus test, too. Thanks, …
(edit) @8646 [8646] 08/28/08 00:42:05 mtredinnick Fixed #8597 -- Allow the use of strings containing underscores and …
(edit) @8570 [8570] 08/25/08 22:22:44 mtredinnick Hid a few QuerySet? regression tests from Python 2.6 due to a bug in the …
(edit) @8455 [8455] 08/20/08 17:38:15 mtredinnick Made it possible to pickle DateQuerySets?.
(edit) @8413 [8413] 08/16/08 15:40:00 mtredinnick Fixed #8283 -- Fixed an edge case when adding things to the "where" tree …
(edit) @8357 [8357] 08/14/08 22:36:18 mboersma Fixed doctest which relied on implicit ordering and was failing on Oracle.
(edit) @8312 [8312] 08/11/08 18:40:34 mtredinnick Added a quick regression test that shows why Meta.ordering and …
(edit) @8268 [8268] 08/09/08 12:19:44 mtredinnick Updated the tests.
(edit) @8107 [8107] 07/27/08 13:16:17 mtredinnick Fixed #7872 -- Fixed a missed case of promoting table joins when …
(edit) @8100 [8100] 07/26/08 23:18:52 mtredinnick Fixed #7778 -- Fixed a tricky case of foreign key clearing with …
(edit) @8054 [8054] 07/22/08 13:56:50 mtredinnick Changed the test from [8052] so that it is insensitive to whether a …
(edit) @8053 [8053] 07/22/08 03:23:20 mtredinnick Fixed #7813 -- Allow pickling of Query classes that use …
(edit) @8052 [8052] 07/22/08 02:37:09 mtredinnick Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-(
(edit) @7939 [7939] 07/16/08 18:55:10 mtredinnick Fixed #7786 -- Removed some tests from running when using Python 2.3. The …
(edit) @7938 [7938] 07/16/08 18:17:29 mtredinnick Fixed #7759 -- Fixed QuerySet?.count() when the results cache was only …
(edit) @7926 [7926] 07/15/08 13:47:32 mtredinnick Fixed #7411 -- worked around some possible transaction conflicts in …
(edit) @7914 [7914] 07/13/08 03:48:18 russellm Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 …
(edit) @7885 [7885] 07/11/08 07:43:27 mtredinnick Fixed #7698 -- Handle '0' correctly when used as the upper bound of a …
(edit) @7883 [7883] 07/11/08 04:00:35 mtredinnick Fixed #7448 -- Convert "in" filters to pass in the correct values for …
(edit) @7787 [7787] 06/29/08 06:50:04 mtredinnick Fixed #7323 -- Fixed a count() edge-case.
(edit) @7786 [7786] 06/29/08 06:15:48 mtredinnick Fixed #7371 -- Fixed an edge case when ordering on related models.
(edit) @7785 [7785] 06/29/08 05:35:35 mtredinnick Fixed #7378 -- Use the "to_field" where appropriate on reverse …
(edit) @7780 [7780] 06/28/08 22:07:45 mtredinnick Use create() to create objects in the query regression tests, like all the …
(edit) @7779 [7779] 06/28/08 22:01:46 mtredinnick Added a test to show that #7227 was also fixed by [7778].
(edit) @7773 [7773] 06/26/08 22:27:20 mtredinnick Reorganised the internals of the Where node a bit to fix some copying …
(edit) @7765 [7765] 06/26/08 06:42:12 mtredinnick EmptyQuerySet? classes can now be merged with normal querysets.
(edit) @7764 [7764] 06/26/08 05:50:25 mtredinnick Fixed the way symmetrical many-to-many relations are recorded in the …
(edit) @7761 [7761] 06/26/08 01:50:22 mtredinnick Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer …
(edit) @7760 [7760] 06/26/08 00:34:26 mtredinnick Fixed #7076 -- Include NULL values when excluding non-NULL items. Based …
(edit) @7743 [7743] 06/25/08 22:11:32 mtredinnick Fixed #7109 -- Quote certain values before passing them for substitution …
(edit) @7741 [7741] 06/25/08 20:02:11 mtredinnick Fixed a problem when constructing complex select_related() calls. Avoids …
(edit) @7740 [7740] 06/25/08 20:01:21 mtredinnick Fixed a problem with values() and values_list() queries and nullable …
(edit) @7739 [7739] 06/25/08 08:38:06 russellm Fixed #7155 -- Corrected DateQuerySet? to handle nullable fields. Thanks to …
(edit) @7636 [7636] 06/15/08 01:24:41 russellm Fixed #7256 -- Corrected queryset code to return the correct set of …
(edit) @7575 [7575] 06/06/08 06:47:47 russellm Fixed #7366 -- Modified a few expected test outputs to remove the …
(edit) @7501 [7501] 04/28/08 12:31:08 ikelly Renamed a field in the queries test schema that was preventing the tests …
(edit) @7495 [7495] 04/28/08 06:51:16 mtredinnick Added a test to demonstrate the remaining problem in #7095. Only fails …
(edit) @7493 [7493] 04/27/08 23:29:06 mtredinnick Fixed #7096 -- The simplifications in [7461] weren't complete. They …
(edit) @7490 [7490] 04/27/08 21:27:19 mtredinnick Fixed #7098 -- Old-style related-model order_by() syntax was being …
(add) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
Note: See TracRevisionLog for help on using the revision log.