summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_views
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-01-30Added file forgotten in 23e319d7.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2012-12-04Fixed #19378 -- Ensured get_success_url returns a non-lazy URLClaude Paroz
2012-11-22Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-22Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman
2012-11-21Add orphans support to MultipleObjectMixinChris Beaven
2012-11-17Merge pull request #467 from tomchristie/page-kwargJannis Leidel
2012-11-04Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
2012-10-25Test for `ListView.page_kwarg`Tom Christie
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-08-18Merge pull request #291 from uruz/ticket18793Karen Tracey
2012-08-19Fixed #18793: Duplicate test test_head_no_get in generic_views.baseAlexey Boriskin
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
2012-08-18Fixed #17228 -- params context variable is inconsistentMarc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-11Decorated some tests that require tz support.Karen Tracey
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-06-09Fixed #16418 -- Made generic views work with ModelFormsAnssi Kääriäinen
2012-05-24Fixed #18353 -- Inconsistency in date-based CBVs.Aymeric Augustin
2012-05-20Fixed #18354 -- Performance issue in CBV.Aymeric Augustin
2012-05-17Added a test for DayArchiveView. Refs #17192.Aymeric Augustin
2012-05-17Fixed #17449 -- Added OPTIONS to generic views.Aymeric Augustin
2012-05-17Fixed #17535 -- Optimized list generic views.Aymeric Augustin
2012-05-14Fixed #10890: added prev/next_week in the contextAymeric Augustin
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-05-01Fixed tests for date-based generic views.Aymeric Augustin
2012-04-30Fixed #18217 -- Time zone support in generic viewsAymeric Augustin
2012-04-10Fixed #18087 -- Prevented date-based generic views from loading entire tables...Aymeric Augustin
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-13Fixed #17768 -- Add a comment about an expected failure in generic_views testsClaude Paroz
2012-03-02Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...Jannis Leidel
2012-02-18Prevented the generic views from automatically creating a HEAD method when th...Aymeric Augustin
2012-01-01Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a Sunday....Aymeric Augustin
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-10-13Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...Julien Phalip
2011-10-06Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...Aymeric Augustin
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-12Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-29Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-04-23Fixed #15688 - Generic views should provide a HEAD implementationLuke Plant