summaryrefslogtreecommitdiff
path: root/docs/topics/generic-views.txt
AgeCommit message (Expand)Author
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2010-11-18Added notes in old generic views howto about the new class based approach.Luke Plant
2010-10-19Fixed #14426 -- Removed "mysite" import statements from examples that might t...Gabriel Hurley
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-10Fixed #13329 -- Corrected markup problem with URL pattern in generic views do...Russell Keith-Magee
2010-01-10Fixed #12161 -- Added escaping of a backslash in two generic-views.txt exampl...Adrian Holovaty
2009-09-13Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon ...Russell Keith-Magee
2009-09-11Fixed #11554: Several errors in Generic Views Documentation. Luke Plant
2009-09-10Fixed #11477: Generic views docs point out bug with wrong querysetLuke Plant
2009-06-17Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.Karen Tracey
2009-06-17Update to [11025]. This time, actually include the new generic views document...Russell Keith-Magee