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
/
topics
/
class-based-views
Age
Commit message (
Expand
)
Author
2013-04-22
Fixed #20270 -- Fixed error in AjaxResponseMixin documentation
Baptiste Mispelon
2013-04-16
Fixed #20266 -- Updated view example in CBV introduction
Claude Paroz
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-13
Fixed an erroneous import in example code.
Pablo Sanfilippo
2013-03-03
Fix Typo explicitly. Fixes #19971
Tobias Carlander
2013-02-28
Fixed #19937 - Typo in class-based views intro.
Tim Graham
2013-02-27
Fixed #16807 - Added a class-based views intro.
Tim Graham
2013-02-24
Test case and docs for custom context data in feeds
Zbigniew Siciarz
2013-02-19
Update docs/topics/class-based-views/generic-display.txt
Stefan "hr" Berder
2013-01-29
Fixed #19690 - Removed unused import
Lucian Ursu
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-11-21
Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt
Tim Graham
2012-11-13
Fixed #19283 -- Fixed typo in imports in CBV docs.
Aymeric Augustin
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-17
Merge pull request #195 from pydanny/ajax-docs-example
Tim Graham
2012-09-17
Add example of AJAX form submission.
Marc Tamlyn
2012-09-08
Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.
Tim Graham
2012-08-25
Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...
Tim Graham
2012-08-17
Update docs/topics/class-based-views/index.txt
Preston Holmes
2012-08-02
Update docs/topics/class-based-views/index.txt
Martin Brochhaus
2012-07-07
Fixed #18589 -- Typo in generic CBV docs.
Aymeric Augustin
2012-06-27
Fixed #18527 -- Removed superfluous backslash in CBV docs
Claude Paroz
2012-06-25
Fixed typo in JSONResponseMixin example.
Gabriel Grant
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel