Django

Code

root/django/trunk/tests/modeltests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7520 [7520] 05/08/08 07:51:50 adrian Added a bunch of missing svn:ignore properties for .pyc files. Thanks, …
(edit) @7502 [7502] 04/28/08 16:15:05 adrian Changed Query.get_columns() to quote the 'AS' column names in an …
(edit) @7485 [7485] 04/27/08 19:03:01 adrian Added some tests to modeltests/many_to_one that demonstrate a …
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7379 [7379] 03/29/08 10:26:58 gwilson Comment correction, get_list is now filter.
(edit) @7335 [7335] 03/20/08 02:19:53 mtredinnick Fixed #6825 -- Fixed the model_forms tests to also work on Windows by …
(edit) @7326 [7326] 03/19/08 18:10:45 jacob Fixed #4620: you can now easily add custom labels to ModelChoiceFields? via …
(edit) @7322 [7322] 03/19/08 14:11:51 jacob Replaced dict reprs in tests with explicit looks at each key. This should …
(edit) @7308 [7308] 03/18/08 16:53:39 adrian Changed pagination tests to suppress the DeprecationWarning?
(edit) @7306 [7306] 03/18/08 16:13:48 adrian Added a new and improved Paginator class, which allows you to pass a Page …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7258 [7258] 03/17/08 09:05:43 mtredinnick Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, …
(edit) @7158 [7158] 02/26/08 15:13:16 jacob Beefed up support for "lazy" related objects. Now, in addition to …
(edit) @7132 [7132] 02/18/08 19:59:34 mtredinnick Fixed #2936, #6500 -- Added a hash() method to Models (since we …
(edit) @7119 [7119] 02/15/08 05:38:53 mtredinnick Made a bunch of tiny documentation formatting and typo fixes. Thanks, …
(edit) @7115 [7115] 02/14/08 11:38:05 mtredinnick Modified [7112] to make things behave more in line with Python subclassing …
(edit) @7112 [7112] 02/14/08 06:56:49 mtredinnick Fixed #6337. Refs #3632 -- Fixed ModelForms? subclassing, to the extent …
(edit) @7054 [7054] 02/01/08 11:32:29 gwilson Fixed #5422 -- Added a raw parameter to model pre_save and post_save
(edit) @7025 [7025] 01/18/08 09:53:19 jacob Fixed #6302 for ImageFields?.
(edit) @7021 [7021] 01/17/08 12:03:21 jkocherhans Fixed #6302. FileField? no longer requires a value if one already exists. …
(edit) @7015 [7015] 01/12/08 20:19:06 gwilson Fixed #6365 -- Added blank=True to parent attribute of m2o_recursive
(edit) @6917 [6917] 12/12/07 21:14:31 jkocherhans Changed ModelForms? to allow inheritance as long as their model attributes …
(edit) @6915 [6915] 12/12/07 20:48:04 jkocherhans Fixed #6162. ModelForm?'s init signature now matches Form's. This is a …
(edit) @6900 [6900] 12/09/07 01:12:07 mtredinnick Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs …
(edit) @6891 [6891] 12/04/07 14:31:34 jacob Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the …
(edit) @6844 [6844] 12/02/07 13:29:54 mtredinnick Fixed #6042 -- ModelForms? implementation from Joseph Kocherhans. Still …
(edit) @6838 [6838] 12/02/07 12:21:07 mtredinnick Fixed #3511 -- Changed QuerySet?.get() to return a MultipleObjectsReturned?
(edit) @6835 [6835] 12/02/07 12:10:07 mtredinnick Fixed #3323 -- More robust error handling for related objetcs. Thanks, …
(edit) @6816 [6816] 12/01/07 16:26:24 mtredinnick Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode? -> unicode. …
(edit) @6813 [6813] 12/01/07 15:18:45 mtredinnick Fixed #6068 -- Updated docstrings in model tests to make the …
(edit) @6748 [6748] 11/29/07 13:30:49 mtredinnick Fixed #5989 -- Fixed a problem with values being incorrectly reused …
(edit) @6733 [6733] 11/29/07 10:32:18 mtredinnick Fixed #4653 -- Improved the logic to decide when to include (and select …
(edit) @6702 [6702] 11/19/07 00:10:23 gwilson Fixed #5932 -- Use self.pages and not self._pages in _get_page_range
(edit) @6695 [6695] 11/18/07 21:01:20 gwilson Added *.pyc ignore.
(edit) @6670 [6670] 11/13/07 08:36:29 gwilson Fixed #4787, #5913 -- Updating the queryset on a ModelChoiceField or …
(edit) @6661 [6661] 11/10/07 21:54:21 mtredinnick When using assertRedirect(), allow the caller to specify relative URLs …
(edit) @6660 [6660] 11/09/07 13:35:56 gwilson Corrected a couple comments in model_forms tests.
(edit) @6658 [6658] 11/07/07 16:45:07 lukeplant Fixed #4376 -- login_required now works with bound methods. Thanks, …
(edit) @6651 [6651] 11/05/07 07:59:42 mtredinnick Added the small changes necessary to make creating custom model fields …
(edit) @6590 [6590] 10/21/07 16:53:18 mtredinnick Fixed #3265 -- Made it a validation error to have field names with …
(edit) @6453 [6453] 10/03/07 20:55:51 mtredinnick Fixed #5641 -- Handle lazy translations correctly when used as default …
(edit) @6411 [6411] 09/24/07 13:27:42 jacob Fixed #5559: instances sent via post-save signals no longer have pks of …
(edit) @6406 [6406] 09/22/07 08:21:54 russellm Fixed #5553 -- Fixed a serialization problem with datetime and time …
(edit) @6400 [6400] 09/21/07 11:19:20 russellm Fixed #5516 -- Added the ability for applications to define their own …
(edit) @6355 [6355] 09/16/07 05:49:27 mtredinnick Fixed a typo. I think I should get full marks for getting all the letters …
(edit) @6353 [6353] 09/16/07 05:04:03 mtredinnick Removed the test portion that relies on transactions when the backend is …
(edit) @6346 [6346] 09/15/07 20:57:25 mtredinnick Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and …
(edit) @6284 [6284] 09/15/07 07:31:33 mtredinnick Added svn:ignore *.pyc attributes on a couple of new directories.
(edit) @6269 [6269] 09/15/07 04:14:51 mtredinnick Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a …
(edit) @6264 [6264] 09/15/07 00:32:29 russellm Fixed #4714 -- Modified serializers to handle None primary keys correctly. …
(edit) @6250 [6250] 09/14/07 19:19:22 ikelly Added explicit order_by filters to some model_forms tests that were …
(edit) @6246 [6246] 09/14/07 18:09:05 mboersma Fixed test case that failed on Oracle because it assumed an ordering for …
(edit) @6206 [6206] 09/14/07 14:25:37 adrian Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr …
(edit) @6200 [6200] 09/14/07 13:36:04 jacob Fixed #5448: you can now use unicode characters in primary keys. Thanks, …
(edit) @6183 [6183] 09/14/07 04:55:17 mtredinnick Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes …
(edit) @6169 [6169] 09/14/07 01:05:54 mtredinnick Fixed tests to match new HTTP redirect behaviour. We always redirect to …
(edit) @6164 [6164] 09/14/07 00:28:00 mtredinnick Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP …
(edit) @6146 [6146] 09/13/07 20:01:02 russellm Fixed #1795 -- Added page_range to paginators in generic list views. …
(edit) @6065 [6065] 09/08/07 00:09:39 gwilson Fixed #3557 -- Made SlugField inherit from CharField so that its …
(edit) @6046 [6046] 09/03/07 19:54:40 gwilson Removed trailing whitespace.
(edit) @6045 [6045] 09/03/07 19:53:59 gwilson Removed import that snuck into [6044].
(edit) @6044 [6044] 09/03/07 19:50:06 gwilson Cleaned up some imports. Fixed long lines. Changed some docstrings to use …
(edit) @6039 [6039] 09/03/07 06:21:40 russellm Fixed #4988 -- In the test client, Added tracking of the client and …
(edit) @6031 [6031] 08/31/07 06:37:28 russellm Fixed #4968 -- Added assertRedirects handling for paths with GET data. …
(edit) @5917 [5917] 08/17/07 09:42:25 russellm Added docstring to logout test case.
(edit) @5916 [5916] 08/17/07 09:20:25 russellm Fixed #5189 -- Added logout method to test Client. Thanks, Jakub …
(edit) @5915 [5915] 08/17/07 09:02:40 russellm Minor fix to get the fixure model test to pass in the new management …
(edit) @5898 [5898] 08/16/07 01:06:55 adrian Major refactoring of django.core.management -- it's now a package rather …
(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) @5804 [5804] 08/05/07 02:39:36 russellm Fixed #4001 -- Added dynamic save_m2m method() to forms created with …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5767 [5767] 07/27/07 16:53:02 adrian Added unit test that confirms a bug in ValuesQuerySets? that have …
(edit) @5746 [5746] 07/21/07 22:41:11 gwilson Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to …
(edit) @5741 [5741] 07/21/07 00:17:20 russellm Fixed #4402 -- Modified test client to allow multi-valued inputs on GET …
(edit) @5729 [5729] 07/20/07 08:57:49 russellm Fixed #3782 -- Added support for the suite() method recommended by the …
(edit) @5697 [5697] 07/14/07 09:50:35 mtredinnick Fixed #4870 -- Removed unneeded import and fixed a docstring in an …
(edit) @5677 [5677] 07/12/07 10:26:37 russellm Fixed #4526 -- Modified the test Client login method to fail when a user …
(edit) @5642 [5642] 07/10/07 07:03:36 mtredinnick Fixed #4804 -- Fixed a problem when validating choice lists with …
(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) @5579 [5579] 06/30/07 23:47:46 mtredinnick Made the reg-exp lookup tests more robust. they now pass for all …
(edit) @5555 [5555] 06/27/07 13:58:10 jacob Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
(edit) @5409 [5409] 06/01/07 08:39:08 russellm Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON …
(edit) @5385 [5385] 05/30/07 21:22:41 jacob Fixed #3050: you can now use extra(select=...) with values(). Thanks, …
(edit) @5302 [5302] 05/20/07 20:29:58 mtredinnick Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the …
(edit) @5237 [5237] 05/14/07 11:24:51 mtredinnick Changed the fix from [5231] so that the backwards-incompatibility is made …
(edit) @5202 [5202] 05/12/07 09:42:46 russellm Added docs for form_for_model and form_for_instance, and added a fields …
(edit) @5181 [5181] 05/10/07 08:46:15 russellm Improved error reporting for assertions where there are no form errors, or …
(edit) @5179 [5179] 05/10/07 06:27:59 russellm Added configurable arguments to assertRedirects and assertContains to …
(edit) @5173 [5173] 05/08/07 06:19:34 russellm Added redirection for email services during test conditions.
(edit) @5172 [5172] 05/08/07 05:59:35 mtredinnick Moved generic relations into django.contrib.contenttypes, since it depends …
(edit) @5156 [5156] 05/07/07 07:34:18 russellm Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for …
(edit) @5154 [5154] 05/05/07 23:12:08 adrian Fixed comma splice in error message introduced in [5133]
(edit) @5152 [5152] 05/05/07 10:16:15 russellm Backwards incompatible change: Changed the way test.Client.login operates. …
(edit) @5150 [5150] 05/04/07 22:03:33 russellm Added a default test Client to TestCase?, and added some assertions for …
(edit) @5133 [5133] 04/30/07 22:21:54 mtredinnick Fixed #4130 -- Added more self-explanatory error message when a typo is …
(edit) @5119 [5119] 04/28/07 09:18:03 mtredinnick Fixed #3268 -- Changed default model formfields to use a select widget …
(edit) @4961 [4961] 04/08/07 20:22:45 adrian Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and …
(edit) @4881 [4881] 03/31/07 07:02:37 mtredinnick Fixed #2363 -- Improved base class checking in ModelBase? metaclass. Thanks …
Note: See TracRevisionLog for help on using the revision log.