summaryrefslogtreecommitdiff
path: root/tests/templates/views
AgeCommit message (Collapse)Author
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Moved test_templates to templates to prevent issues with ↵Florian Apolloner
regressiontests/templates later on.
2010-10-01Fixed #13897 -- Added tests for pagination feature of the generic ↵Jannis Leidel
object_list view. Thanks, d0ugal and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-09Added missing file from [10457].Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Fixed #7602 -- Corrected lookup keyword arguments in archive_month and ↵Brian Rosner
archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a ↵Jacob Kaplan-Moss
backwards-incompatible change. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-19Fixed #5506 -- Added some basic tests for date-based generic views. Thanks ↵Russell Keith-Magee
to robh for the original patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6374 bcc190cf-cafb-0310-a4f2-bffc1f526a37