summaryrefslogtreecommitdiff
path: root/tests/regressiontests/views
AgeCommit message (Expand)Author
2010-05-13[1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ...Russell Keith-Magee
2010-03-22[1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.Karen Tracey
2010-03-14[1.1.X] Made a Python 2.3 compatibility test fix.Karen Tracey
2010-03-12[1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are prese...Russell Keith-Magee
2010-03-11[1.1.X] Python 2.3 doesn't do decorators.Karen Tracey
2010-03-08[1.1.X] Fixed #11461: Ensured complete traceback is available on the debug pa...Karen Tracey
2010-03-08[1.1.X] Move the tests added for #12302 to where some other tests for debug p...Karen Tracey
2010-03-05[1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key err...Karen Tracey
2010-03-02[1.1.X] Fixed #11522: Restored ability of http redirect responses to correctl...Karen Tracey
2010-02-26[1.1.X] Fixed #11384 - Make sure translations in the project directory really...Jannis Leidel
2010-02-05[1.1.X] Fixed #3594 - Added ability to discard the language catalog in the Ja...Jannis Leidel
2009-12-19[1.1.X] Fixed #10927 - Content Types shortcut view throws 500s instead of 404sLuke Plant
2009-11-01[1.1.X] (In [11697]) Fixed #12125 -- Fixed a typo in the generic views date_b...Karen Tracey
2009-04-13Fixed #10458 -- Corrected the `next_month` and `previous_month` context varia...Russell Keith-Magee
2009-04-12Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().Malcolm Tredinnick
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2009-03-31Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss
2008-08-23Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...Brian Rosner
2008-08-22Fixed #8366: Modified a test fixture to remove an unnecessary forward referen...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-12-02Removed unused import.Gary Wilson Jr
2007-11-29Fixed #1291 -- Fixed a potential infinite loop for some URL constructions inMalcolm Tredinnick
2007-09-22Fixed generic view test which was failing on Postgres and MySQL.Russell Keith-Magee
2007-09-19Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to...Russell Keith-Magee
2007-09-17Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...Russell Keith-Magee