|
|
|
@7914
|
[7914]
|
07/13/08 03:48:18 |
russellm |
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 … |
|
|
|
@7575
|
[7575]
|
06/06/08 06:47:47 |
russellm |
Fixed #7366 -- Modified a few expected test outputs to remove the … |
|
|
|
@7502
|
[7502]
|
04/28/08 16:15:05 |
adrian |
Changed Query.get_columns() to quote the 'AS' column names in an … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7132
|
[7132]
|
02/18/08 19:59:34 |
mtredinnick |
Fixed #2936, #6500 -- Added a hash() method to Models (since we … |
|
|
|
@6453
|
[6453]
|
10/03/07 20:55:51 |
mtredinnick |
Fixed #5641 -- Handle lazy translations correctly when used as default … |
|
|
|
@6346
|
[6346]
|
09/15/07 20:57:25 |
mtredinnick |
Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and … |
|
|
|
@5876
|
[5876]
|
08/12/07 07:49:01 |
mtredinnick |
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have … |
|
|
|
@5831
|
[5831]
|
08/08/07 16:09:55 |
gwilson |
Fixed #5115 -- Fixed QuerySet slices to allow longs. |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5617
|
[5617]
|
07/05/07 05:27:22 |
mtredinnick |
Added a test that shows the problem in #4470. This fails only for the … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@4505
|
[4505]
|
02/14/07 00:32:32 |
adrian |
Changed year lookup to use a BETWEEN SQL statement instead of comparing … |
|
|
|
@4228
|
[4228]
|
12/18/06 21:38:38 |
russellm |
Fixed #3164 -- Added explicit ordering to basic model test, and revised … |
|
|
|
@3826
|
[3826]
|
09/25/06 08:49:01 |
russellm |
Made pk a generic expansion for the primary key, rather than just an … |
|
|
|
@3661
|
[3661]
|
08/27/06 08:59:47 |
russellm |
Refs #2333 - Modified runtests script to use new testing framework. … |
|
|
|
@3217
|
[3217]
|
06/27/06 15:36:25 |
jacob |
Added Manager.create() method to create and save an object in a … |
|
|
|
@3075
|
[3075]
|
06/03/06 19:23:51 |
adrian |
Changed all model unit tests to use str() instead of repr(). Also … |
|
|
|
@2992
|
[2992]
|
05/26/06 13:41:03 |
lukeplant |
Made negative indexing on QuerySet? instances raise an assertion error … |
|
|
|
@2898
|
[2898]
|
05/11/06 16:52:23 |
lukeplant |
Updated tests in line with changed exception messages, fixing 2 failures. |
|
|
|
@2858
|
[2858]
|
05/06/06 13:36:32 |
adrian |
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist?. … |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/tests/modeltests/basic:
|
|
|
|
@2688
|
[2688]
|
04/12/06 08:39:34 |
adrian |
magic-removal: Merged to [2687] |