summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-10-24[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's noMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9406 -- Ensure that each database column is only representedMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9383 -- Don't open a network connection for sending email ifMalcolm Tredinnick
2008-10-22[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...Karen Tracey
2008-10-21[1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-21[1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL...Karen Tracey
2008-10-11[1.0.X] Fixed .distinct() not working with slicing in Oracle, due to theMalcolm Tredinnick
2008-10-10[1.0.X] Yet more file storage testing cleanup for the sake of buildbots; this...Jacob Kaplan-Moss
2008-10-10[1.0.X] More be-nice-to-the-buildbot: be better about cleaning up files creat...Jacob Kaplan-Moss
2008-10-10[1.0.X] Be nice to buildbots: switched `modeltests/files` to use a proper iso...Jacob Kaplan-Moss
2008-10-08[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...Karen Tracey
2008-10-08[1.0.X] Fixed #9319 -- Fixed a crash when using the same model field in multipleMalcolm Tredinnick
2008-10-08[1.0.X] A queryset that has had ordering removed (order_by()) can have orderingMalcolm Tredinnick
2008-10-08[1.0.X] Fixed #6748 -- When printing the repr() of querysets, don't load orMalcolm Tredinnick
2008-10-08[1.0.X] Applying a limit to a queryset that already had an upper limit of 0Malcolm Tredinnick
2008-10-08[1.0.X] The tests added in r9185 were altering the test environment in badMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9233 -- Allow date and message-id headers to be passed inMalcolm Tredinnick
2008-10-07Reverted r9186 -- Committed to the wrong branch (it's a feature addition).Malcolm Tredinnick
2008-10-07Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETEMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9199 -- We were erroneously only prepending "www" to the domainMalcolm Tredinnick
2008-10-06[1.0.X] Added some better error reporting and path handling when creating tem...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num...Malcolm Tredinnick
2008-10-05[1.0.X] Add internationalisation support to the comment templates. Fixed #886...Malcolm Tredinnick
2008-10-05[1.0.x] Fixed #8803 -- Allow authenticated users without first_name/last_name...Malcolm Tredinnick
2008-10-05[1.0.X] Altered a failing url template tag test to work more reliably.Malcolm Tredinnick
2008-09-30[1.0.X] Fixed 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
2008-09-02Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...Brian Rosner
2008-09-02Fixed #8196 -- Make the model_form tests also pass if you don't have PILMalcolm Tredinnick
2008-09-02Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions andMalcolm Tredinnick
2008-09-01Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.Malcolm Tredinnick
2008-09-01Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner
2008-09-01Fixed #8770: made some tests more robust under MySQL. Thanks, Alex Gaynor.Jacob Kaplan-Moss