index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
generic-views.txt
Age
Commit message (
Expand
)
Author
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-03-22
Corrected a number of mislinked crossrefs and added a few new crossref target...
Gabriel Hurley
2011-03-15
Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/gene...
Adrian Holovaty
2011-01-30
Fixed #15177 -- Added note to generic views reference page indicating that th...
Russell Keith-Magee
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-28
Fixed #14798 - Clarified redirects of generic views - thanks OldTroll.
Timo Graham
2010-11-26
Fixes #14779 -- delete_object docs wording. Thanks OldTroll
Chris Beaven
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-10-08
Fixed #14232 -- Clarified the data type of date_list in date-based generic vi...
Russell Keith-Magee
2010-10-01
Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.
Jannis Leidel
2010-09-11
Add option to redirect_to view to allow passing along the query string
Malcolm Tredinnick
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-01-10
Fixed: 3274: Added date_list context variable to the archive_month generic vi...
Karen Tracey
2010-01-10
Fixed #12047 -- Fixed typo in generic views documentation. Thanks, schickler
Adrian Holovaty
2009-12-26
Fixed #9465 -- Simplified API Reference documentation titles for easier looku...
Gary Wilson Jr
2009-06-18
Refs #11336 -- Another dummy commit to force refresh of some index pages by S...
Russell Keith-Magee
2009-06-17
Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...
Russell Keith-Magee
2008-12-09
Documented how to handle '%' characters in redirect_to() URL strings (even in
Malcolm Tredinnick
2008-12-09
The "permanent" parameter to redirect_to (r9594) is new in Django 1.1. Noted as
Malcolm Tredinnick
2008-12-08
Added a 'permanent' argument the simple.redirect_to() generic view. It's True...
Adrian Holovaty
2008-11-01
Fixed #9487 -- Corrected several links into the Python docs that were broken ...
Karen Tracey
2008-09-03
Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.
Jacob Kaplan-Moss
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss