Django

Code

root/django/trunk/tests/regressiontests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9717 [9717] 01/07/09 23:49:03 mtredinnick Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect …
(edit) @9715 [9715] 01/07/09 23:16:21 mtredinnick Using querysets as an rvalue in filter() calls was causing an …
(edit) @9701 [9701] 01/05/09 05:47:48 mtredinnick Nested query support. This extends previous functionality that allowed …
(edit) @9700 [9700] 01/05/09 05:47:14 mtredinnick Reconciling where- and having-clause behaviour. Extricated the code that …
(edit) @9695 [9695] 01/02/09 22:43:58 russellm Fixed #9942 -- Added a to_python handler for FloatField? to ensure correct …
(edit) @9680 [9680] 12/23/08 12:25:24 gwilson Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py …
(edit) @9657 [9657] 12/16/08 11:42:18 kmtracey Follow-up to r9656 -- beef up the added test to exercise all (one can …
(edit) @9656 [9656] 12/16/08 09:04:47 kmtracey Fixed #9859 -- Added another missing force_unicode needed in admin when …
(edit) @9647 [9647] 12/15/08 22:52:55 mtredinnick Fixed #9786 -- Fixed inequality checking for …
(edit) @9637 [9637] 12/09/08 23:19:27 mtredinnick If an SQL query doesn't specify any ordering, avoid the implicit sort that …
(edit) @9590 [9590] 12/07/08 20:39:51 mtredinnick This fixes a group of problems in the SQL created by QuerySet?.exclude() …
(edit) @9588 [9588] 12/06/08 23:48:01 mtredinnick Fixed #9188 -- Fixed a case where we were generating syntactically invalid …
(edit) @9569 [9569] 12/04/08 22:22:00 mtredinnick Added a way to iterate over hidden/visible fields in a form. Useful for …
(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) @9475 [9475] 11/16/08 12:58:43 kmtracey Fixed #9608: Ensured a Model's default repr() is printable even if its …
(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) @9291 [9291] 10/28/08 14:00:49 kmtracey Fixed #8966 -- Changed is_safe for length_is filter to False, since its …
(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) @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) @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) @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) @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) @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) @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) @8814 [8814] 09/01/08 16:04:01 jacob Fixed #8076: fixed get_(next/previous)_by_date when used with …
(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) @8771 [8771] 08/31/08 15:10:50 jacob Added a TypedChoiceField which acts just like ChoiceField, except that …
(edit) @8769 [8769] 08/31/08 13:28:06 jacob Fixed #7027: template tags now corectly break tokens around strings marked …
(edit) @8766 [8766] 08/31/08 12:29:49 mtredinnick Added a couple of extra tests to ensure url tag robustness. These are …
(edit) @8763 [8763] 08/31/08 12:20:40 mtredinnick Fixed #8725 -- Handle empty URL patterns in reverse().
(edit) @8761 [8761] 08/31/08 06:39:06 mtredinnick Fixed #5216 -- Fixed a case of a string not being a unicode string. Thanks …
(edit) @8760 [8760] 08/31/08 06:11:20 mtredinnick A rewrite of the reverse URL parsing: the reverse() call and the "url" …
(edit) @8751 [8751] 08/30/08 16:30:02 jacob Fixed #8716: correctly handle name and email in comments from …
(edit) @8748 [8748] 08/30/08 14:56:14 jacob Fixed #8622: accessing POST after a POST handling exception no longer …
Note: See TracRevisionLog for help on using the revision log.