Django

Code

root/django/trunk/tests/modeltests/basic/models.py


Mode:

Legend:

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