summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-10-31Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner
2008-10-28Fixed #9462 -- Set the instance in an inline formset correctly so that None d...Brian Rosner
2008-10-28Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...Karen Tracey
2008-10-28Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on ...Karen Tracey
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-24Fixed #9411 -- Changed the test from r9081 to be more robust across different...Malcolm Tredinnick
2008-10-24Fixed #9406 -- Ensure that each database column is only represented once in theMalcolm Tredinnick
2008-10-24Fixed #9383 -- Don't open a network connection for sending email if there'sMalcolm Tredinnick
2008-10-22Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...Karen Tracey
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-21Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL...Karen Tracey
2008-10-10Yet more file storage testing cleanup for the sake of buildbots; this should ...Jacob Kaplan-Moss
2008-10-10More be-nice-to-the-buildbot: be better about cleaning up files created by th...Jacob Kaplan-Moss
2008-10-10Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...Jacob Kaplan-Moss
2008-10-10Fixed .distinct() not working with slicing in Oracle, due to the Ian Kelly
2008-10-08Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...Karen Tracey
2008-10-08Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick
2008-10-08A queryset that has had ordering removed (order_by()) can have ordering addedMalcolm Tredinnick
2008-10-08Fixed #6748 -- When printing the repr() of querysets, don't load or displayMalcolm Tredinnick
2008-10-08Applying a limit to a queryset that already had an upper limit of 0 wasn'tMalcolm Tredinnick
2008-10-08The tests added in r9184 were altering the test environment in bad ways. FixedMalcolm Tredinnick
2008-10-07Fixed #9233 -- Allow date and message-id headers to be passed in manually inMalcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-07Fixed #9199 -- We were erroneously only prepending "www" to the domain if weMalcolm Tredinnick
2008-10-06Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2008-10-05Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.Malcolm Tredinnick
2008-10-05Add internationalisation support to the comment templates. Fixed #8868, #8905Malcolm Tredinnick
2008-10-05Fixed #8803 -- Allow authenticated users without first_name/last_name values ...Malcolm Tredinnick
2008-10-05Altered a failing url template tag test to work more reliably.Malcolm Tredinnick
2008-10-04Fixed #9293: Corrected expected test output for the admin_scripts tests, foll...Russell Keith-Magee
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-09-30Fixed another case of reverse URL resolving that wasn't working.Malcolm Tredinnick
2008-09-28Fixed Queryset.dates() in the presence of extra-select columns.Malcolm Tredinnick
2008-09-27Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),Malcolm Tredinnick
2008-09-27Fixed #9171 -- Fixed a few places where we were assuming lists instead ofMalcolm Tredinnick
2008-09-22Fixed a missing variable initialisation deep in the Query bowels.Malcolm Tredinnick
2008-09-18Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...Malcolm Tredinnick
2008-09-17Fixed #8865 -- Improved the robustness of some file path tests.Malcolm Tredinnick
2008-09-16Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratoriusAdrian Holovaty
2008-09-11A bug from queryset-refactor days: although the Query class has "group_by" andMalcolm Tredinnick
2008-09-03Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract baseMalcolm Tredinnick
2008-09-03Changed the tests added in r8898 very slightly so that they don't returnMalcolm Tredinnick
2008-09-03Fixed #8825 -- Fixed a small error model field setup (on the model class) fromMalcolm Tredinnick
2008-09-03Fixed #8819 -- Don't include two copies of extra-select columns in the query.Malcolm Tredinnick
2008-09-03Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...Jacob Kaplan-Moss
2008-09-02Fixed #8795: unique_together validation no longer fails on model forms that e...Jacob Kaplan-Moss
2008-09-02Fixed #7154 -- Inherit all model managers from abstract base classes.Malcolm Tredinnick