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