summaryrefslogtreecommitdiff
path: root/tests/regressiontests/views
AgeCommit message (Expand)Author
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