Django

Code

root/django/trunk/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9548 [9548] 12/02/08 12:40:40 ikelly Fixed #9706: made SlugField? honor max_length in Oracle, matching the other …
(edit) @9544 [9544] 12/02/08 07:27:30 russellm Added svn:ignore properties on some recently added directories
(edit) @9543 [9543] 12/02/08 07:23:29 russellm Fixed #9736 -- Added quoting to the SQL constraint names generated during …
(edit) @9532 [9532] 11/24/08 16:33:32 jacob Here's the rest of [9530] where I actually rename the tag like I said I …
(edit) @9530 [9530] 11/24/08 16:01:48 jacob Fixed #6398: added an optional {% empty %} clause to the {% for %}
(edit) @9527 [9527] 11/24/08 14:42:09 jacob Fixed #4924: added support for loading compressed fixtures. Thanks to Lars …
(edit) @9519 [9519] 11/21/08 10:54:10 kmtracey Fixed #9615 -- Typo fix to testcase. Thanks jarrow.
(edit) @9475 [9475] 11/16/08 12:58:43 kmtracey Fixed #9608: Ensured a Model's default repr() is printable even if its …
(edit) @9467 [9467] 11/16/08 02:50:06 mtredinnick Fixed #6052 -- Worked around a bug in MySQLdb with regards to …
(edit) @9466 [9466] 11/16/08 02:48:24 mtredinnick Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. …
(edit) @9444 [9444] 11/14/08 20:20:00 brosner Fixed #9258 -- Use _default_manager in …
(edit) @9442 [9442] 11/14/08 19:16:20 mtredinnick Fixed #6948 -- The join filter was escaping the literal value that …
(edit) @9438 [9438] 11/14/08 08:47:46 kmtracey Fixed #9592 -- Create data for the generic_inline_admin test during setup …
(edit) @9412 [9412] 11/13/08 13:03:44 brosner Fixed #9498 -- Handle a formset correctly when the foreign key is not …
(edit) @9398 [9398] 11/12/08 05:22:05 russellm Fixed #9351 -- Modified the test client to pass on URL encoded parameters …
(edit) @9394 [9394] 11/11/08 18:35:24 kmtracey Fixed #5079 -- Avoid converting Decimals to floats during save to the …
(edit) @9388 [9388] 11/10/08 14:01:51 kmtracey Add tests mistakenly left out of r9397.
(edit) @9387 [9387] 11/10/08 13:52:53 kmtracey Fixed #7064: Made DemicmalField? validation support max_digits equal to …
(edit) @9385 [9385] 11/10/08 13:42:55 kmtracey Fixed #6035 -- Gave the SplitDateTimeField? the proper default widget. …
(edit) @9383 [9383] 11/10/08 11:13:41 kmtracey Fixed #8910 -- Added force_unicode during admin log message creation to …
(edit) @9371 [9371] 11/09/08 12:51:28 kmtracey Fixed #9514 -- Made admin change_form template correctly recognize/report …
(edit) @9369 [9369] 11/07/08 19:44:46 kmtracey Fixed #5748 -- Made floatformat filter round properly on all platforms and …
(edit) @9365 [9365] 11/06/08 13:49:24 kmtracey Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors …
(edit) @9358 [9358] 11/06/08 05:21:06 russellm Added new fixture file accidentally left out of [9357].
(edit) @9357 [9357] 11/06/08 05:19:13 russellm Fixed #9011 -- Corrected handling of fixture files that contain errors to …
(edit) @9341 [9341] 11/05/08 13:47:44 kmtracey Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure …
(edit) @9334 [9334] 11/04/08 13:48:35 kmtracey Fixed #9418 -- When saving a model form, defer saving of file-type fields …
(edit) @9326 [9326] 11/01/08 17:25:41 brosner Fixed #9494 -- Ensure the foreign key in an inline formset is always …
(edit) @9297 [9297] 10/31/08 17:07:05 brosner Fixed #8882 -- When a foreign key is among the unique_together fields in …
(edit) @9293 [9293] 10/28/08 15:01:03 brosner Fixed #9462 -- Set the instance in an inline formset correctly so that …
(edit) @9291 [9291] 10/28/08 14:00:49 kmtracey Fixed #8966 -- Changed is_safe for length_is filter to False, since its …
(edit) @9288 [9288] 10/28/08 11:19:14 kmtracey Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass …
(edit) @9276 [9276] 10/24/08 14:14:24 kmtracey Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the …
(edit) @9254 [9254] 10/24/08 01:24:04 mtredinnick Fixed #9411 -- Changed the test from r9081 to be more robust across …
(edit) @9251 [9251] 10/24/08 01:09:47 mtredinnick Fixed #9406 -- Ensure that each database column is only represented once …
(edit) @9248 [9248] 10/23/08 23:38:43 mtredinnick Fixed #9383 -- Don't open a network connection for sending email if …
(edit) @9245 [9245] 10/22/08 18:09:35 kmtracey Fixed #9252 -- Moved the try/except protecting against incorrect lookup …
(edit) @9241 [9241] 10/21/08 14:03:21 kmtracey Fixed #3096 -- Make admin list_filters respect limit_choices_to.
(edit) @9239 [9239] 10/21/08 09:04:24 kmtracey Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != …
(edit) @9226 [9226] 10/10/08 17:13:16 jacob Yet more file storage testing cleanup for the sake of buildbots; this …
(edit) @9224 [9224] 10/10/08 16:41:12 jacob More be-nice-to-the-buildbot: be better about cleaning up files created by …
(edit) @9222 [9222] 10/10/08 15:09:51 jacob Be nice to buildbots: switched modeltests/files to use a proper isolated …
(edit) @9221 [9221] 10/10/08 12:15:58 ikelly Fixed .distinct() not working with slicing in Oracle, due to the row …
(edit) @9211 [9211] 10/08/08 09:47:01 kmtracey Fixed #9053 -- Allowed for sorting of callable and ModelAdmin? methods …
(edit) @9208 [9208] 10/08/08 05:09:44 mtredinnick Fixed #9319 -- Fixed a crash when using the same model field in …
(edit) @9206 [9206] 10/08/08 04:45:27 mtredinnick A queryset that has had ordering removed (order_by()) can have ordering …
(edit) @9202 [9202] 10/08/08 03:38:33 mtredinnick Fixed #6748 -- When printing the repr() of querysets, don't load or …
(edit) @9201 [9201] 10/08/08 03:37:35 mtredinnick Applying a limit to a queryset that already had an upper limit of 0 …
(edit) @9200 [9200] 10/08/08 03:36:41 mtredinnick The tests added in r9184 were altering the test environment in bad ways. …
(edit) @9197 [9197] 10/07/08 07:20:01 mtredinnick Fixed #9233 -- Allow date and message-id headers to be passed in manually …
(edit) @9188 [9188] 10/07/08 04:23:40 mtredinnick Fixed #5888 -- Added methods to the test client to support HEAD, PUT, …
(edit) @9184 [9184] 10/07/08 03:22:50 mtredinnick Fixed #9199 -- We were erroneously only prepending "www" to the domain if …
(edit) @9161 [9161] 10/06/08 01:34:54 mtredinnick Added some better error reporting and path handling when creating template …
(edit) @9129 [9129] 10/05/08 00:59:04 mtredinnick Fixed #9259 -- Fixed a validation error for Spanish identity card …
(edit) @9119 [9119] 10/05/08 00:09:21 mtredinnick Add internationalisation support to the comment templates. Fixed #8868, …
(edit) @9118 [9118] 10/05/08 00:07:32 mtredinnick Fixed #8803 -- Allow authenticated users without first_name/last_name …
(edit) @9113 [9113] 10/04/08 23:59:55 mtredinnick Altered a failing url template tag test to work more reliably. There's no …
(edit) @9112 [9112] 10/03/08 20:16:30 russellm Fixed #9293: Corrected expected test output for the admin_scripts tests, …
(edit) @9110 [9110] 10/02/08 07:57:13 russellm Promoted --verbosity to be a top level option for all management commands. …
(edit) @9099 [9099] 09/30/08 00:52:35 mtredinnick Fixed another case of reverse URL resolving that wasn't working. This is …
(edit) @9091 [9091] 09/27/08 23:36:10 mtredinnick Fixed Queryset.dates() in the presence of extra-select columns. Any …
(edit) @9087 [9087] 09/27/08 01:14:11 mtredinnick Fixed #9038 -- Correctly handle URL patterns with the same name (or view …
(edit) @9086 [9086] 09/27/08 00:57:10 mtredinnick Fixed #9171 -- Fixed a few places where we were assuming lists instead …
(edit) @9081 [9081] 09/21/08 19:31:22 mtredinnick Fixed a missing variable initialisation deep in the Query bowels.
(edit) @9067 [9067] 09/18/08 02:16:08 mtredinnick Fixed #9125 -- When displaying errors for a form with only hidden fields, …
(edit) @9065 [9065] 09/17/08 04:32:36 mtredinnick Fixed #8865 -- Improved the robustness of some file path tests. Based on a …
(edit) @9046 [9046] 09/16/08 00:52:29 adrian Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, …
(edit) @9007 [9007] 09/10/08 21:00:27 mtredinnick A bug from queryset-refactor days: although the Query class has "group_by" …
(edit) @8932 [8932] 09/03/08 13:38:43 mtredinnick Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract …
(edit) @8930 [8930] 09/03/08 12:59:09 mtredinnick Changed the tests added in r8898 very slightly so that they don't …
(edit) @8908 [8908] 09/03/08 00:53:50 mtredinnick Fixed #8825 -- Fixed a small error model field setup (on the model class) …
(edit) @8898 [8898] 09/02/08 22:48:25 mtredinnick Fixed #8819 -- Don't include two copies of extra-select columns in the …
(edit) @8884 [8884] 09/02/08 19:09:33 mtredinnick Fixed #8669 -- Use a consistent version of create() across the board …
(edit) @8877 [8877] 09/02/08 16:10:00 jacob Security fix. Announcement forthcoming.
(edit) @8861 [8861] 09/02/08 12:26:24 brosner Fixed #7973 -- Added exclude to BaseModelAdmin? to make everything …
(edit) @8855 [8855] 09/02/08 10:26:00 jacob Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's …
(edit) @8854 [8854] 09/02/08 09:20:11 jacob Fixed #8795: unique_together validation no longer fails on model forms …
(edit) @8851 [8851] 09/02/08 04:04:54 mtredinnick Fixed #7154 -- Inherit all model managers from abstract base classes. Also …
(edit) @8846 [8846] 09/02/08 01:10:14 brosner Fixed #8787 -- Fixed failing admin_widgets tests. This fixes …
(edit) @8842 [8842] 09/01/08 22:07:26 mtredinnick Fixed #8196 -- Make the model_form tests also pass if you don't have …
(edit) @8832 [8832] 09/01/08 21:16:41 mtredinnick Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions …
(edit) @8825 [8825] 09/01/08 18:03:03 mtredinnick Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.
(edit) @8823 [8823] 09/01/08 17:43:38 brosner Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen …
(edit) @8821 [8821] 09/01/08 17:28:18 jacob Fixed #8770: made some tests more robust under MySQL. Thanks, Alex Gaynor.
(edit) @8819 [8819] 09/01/08 17:15:35 jacob Fixed #8210 and #8664: moved USStateField and PhoneNumberField to …
(edit) @8816 [8816] 09/01/08 16:28:32 brosner Fixed #7975 -- Callable defaults in inline model formsets now work …
(edit) @8815 [8815] 09/01/08 16:16:17 jacob Fixed #8763: added an explicit ordering to the generic_relations test so …
(edit) @8814 [8814] 09/01/08 16:04:01 jacob Fixed #8076: fixed get_(next/previous)_by_date when used with …
(edit) @8806 [8806] 09/01/08 14:20:03 jacob Repaired an oversight from [8772] that let made certain types of fields …
(edit) @8805 [8805] 09/01/08 14:08:08 jacob Fixed #8209: ModelForms now validate unique constraints. Alex Gaynor did …
(edit) @8802 [8802] 09/01/08 12:48:39 jacob Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, …
(edit) @8801 [8801] 09/01/08 12:38:59 jacob Revert [8799]. That wasn't ready for prime-time yet -- thanks, git-svn!
(edit) @8799 [8799] 09/01/08 12:22:34 jacob A failing test for #8354
(edit) @8794 [8794] 09/01/08 07:07:26 russellm Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to …
(edit) @8793 [8793] 09/01/08 06:34:22 russellm Added svn:ignore on a few new directories.
(edit) @8783 [8783] 08/31/08 21:43:55 mtredinnick Fixed #7512 -- Fixed an oversight when I first fixed ordering on …
(edit) @8782 [8782] 08/31/08 19:49:03 mtredinnick Fixed #8316 -- Put tighter restrictions on the type of Foreign Key …
(edit) @8777 [8777] 08/31/08 17:47:25 mtredinnick Fixed #8726 -- When doing reverse URL resolving, make sure we're …
(edit) @8775 [8775] 08/31/08 16:14:46 brosner Enforce max_num=1 on inline model formsets that have a unique foreign key …
(edit) @8772 [8772] 08/31/08 15:11:11 jacob Fixed #6967: ModelForms now validate choices. Thanks, mattmcc -- the …
Note: See TracRevisionLog for help on using the revision log.