summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-06-26Fixed a problem when constructing complex select_related() calls.Malcolm Tredinnick
2008-06-26Fixed a problem with values() and values_list() queries and nullable joins.Malcolm Tredinnick
2008-06-25Fixed #7155 -- Corrected DateQuerySet to handle nullable fields. Thanks to fc...Russell Keith-Magee
2008-06-23Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...Russell Keith-Magee
2008-06-21Fixed bug with Model.delete() which did not always delete objects in the righ...Luke Plant
2008-06-21Added tests for corner case with deleting where objects are deleted in the wr...Luke Plant
2008-06-20Added basic tests for auth.views.password_resetLuke Plant
2008-06-19Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f...Russell Keith-Magee
2008-06-18Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...Jacob Kaplan-Moss
2008-06-18Fixed #7318 -- Cleaned up the template inheritance logic, specifically to han...Russell Keith-Magee
2008-06-16Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank...Adrian Holovaty
2008-06-16Fixed #7456 -- Removed check of exact IndexError exception text in a unit tes...Adrian Holovaty
2008-06-15Fixed #7256 -- Corrected queryset code to return the correct set of columns w...Russell Keith-Magee
2008-06-12Fixed #7327 -- Added documentation and test case for defining subqueries. Tha...Russell Keith-Magee
2008-06-12Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a man...Adrian Holovaty
2008-06-09Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliabl...Jacob Kaplan-Moss
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-06-08Fixed #7369: fixed a corner-case involving select_related() following non-nul...Jacob Kaplan-Moss
2008-06-08Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...Russell Keith-Magee
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-06-06Fixed #7143 -- Modified the test client to better match (most) real browser b...Russell Keith-Magee
2008-06-06Fixed #6168 -- Updated the Django system test runner to make it possible to r...Russell Keith-Magee
2008-06-06Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...Russell Keith-Magee
2008-06-05Fixed #6886: Tightened up ForeignKey and OneToOne field assignment. Specifica...Jacob Kaplan-Moss
2008-05-30Fixed a messy test case (regressiontests/templates/loaders) that could cause ...Jacob Kaplan-Moss
2008-05-29Fixed #6430 -- Corrected the loading of templates from eggs, which was broken...Russell Keith-Magee
2008-05-29Fixed #7173 -- Corrected the caching of objects in reverse OneToOne relations...Russell Keith-Magee
2008-04-28Changed Query.get_columns() to quote the 'AS' column names in an extra_select...Adrian Holovaty
2008-04-28Renamed a field in the queries test schema that was preventing the tests from...Ian Kelly
2008-04-28Added a test to demonstrate the remaining problem in #7095.Malcolm Tredinnick
2008-04-28Fixed #7096 -- The simplifications in [7461] weren't complete. They brokeMalcolm Tredinnick
2008-04-28Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectlyMalcolm Tredinnick
2008-04-28Added some tests to modeltests/many_to_one that demonstrate a post-queryset-r...Adrian Holovaty
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-03-29Comment correction, `get_list` is now `filter`.Gary Wilson Jr
2008-03-24Added a test for month selection under SQLite in case an old possible bug everMalcolm Tredinnick
2008-03-24Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder.Malcolm Tredinnick
2008-03-20Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plusMalcolm Tredinnick
2008-03-20Fixed #6825 -- Fixed the model_forms tests to also work on Windows by makingMalcolm Tredinnick
2008-03-20Forgot to commit a new file from [7328].Malcolm Tredinnick
2008-03-20Fixed #6445 -- Allow model instances to be used as a default for ForeignKeysMalcolm Tredinnick
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2008-03-20Merged the tests and documentation from #4720 to support the changes in [7295].Malcolm Tredinnick
2008-03-19Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su...Jacob Kaplan-Moss
2008-03-19Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2008-03-19Replaced dict reprs in tests with explicit looks at each key. This should fix...Jacob Kaplan-Moss
2008-03-18Changed pagination tests to suppress the DeprecationWarningAdrian Holovaty
2008-03-18Added a new and improved Paginator class, which allows you to pass a Page obj...Adrian Holovaty
2008-03-18Fixed #6230: Fixed the addition of id values to the select widgets inMalcolm Tredinnick