summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-06-17 14:19:54 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-06-17 14:19:54 +0000
commit9d7e51d9574025d1bcc4707a8f0ce5185762300a (patch)
tree82ffea54e1f1bc5e8a47660c4cac135c87cf46e7 /docs/internals
parent40bcd34fab32d112645fcdaecb1b92388094287b (diff)
[1.0.X] Fixed #10336 -- Added improved documentation of generic views. Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs.
Merge of r11025 and r11026 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/documentation.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt
index b89b296540..f33af32597 100644
--- a/docs/internals/documentation.txt
+++ b/docs/internals/documentation.txt
@@ -130,11 +130,6 @@ TODO
The work is mostly done, but here's what's left, in rough order of priority.
- * Fix up generic view docs: adapt Chapter 9 of the Django Book (consider
- this TODO item my permission and license) into
- ``topics/generic-views.txt``; remove the intro material from
- ``ref/generic-views.txt`` and just leave the function reference.
-
* Change the "Added/changed in development version" callouts to proper
Sphinx ``.. versionadded::`` or ``.. versionchanged::`` directives.