diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-03-22 20:12:17 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-03-22 20:12:17 +0000 |
| commit | a4ef094b0f014c5f0aef9fd9ef33e695e583337a (patch) | |
| tree | c316adfa7dff16e47cf81db7b0970d7aba4b4abc /docs/ref/generic-views.txt | |
| parent | 16f4a2bec2796ed61154ad8350c02dbce9204799 (diff) | |
Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/generic-views.txt')
| -rw-r--r-- | docs/ref/generic-views.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/generic-views.txt b/docs/ref/generic-views.txt index 0a589f0bd4..54114d07a6 100644 --- a/docs/ref/generic-views.txt +++ b/docs/ref/generic-views.txt @@ -29,6 +29,8 @@ Most generic views require the ``queryset`` key, which is a ``QuerySet`` instance; see :doc:`/topics/db/queries` for more information about ``QuerySet`` objects. +.. module:: django.views.generic.simple + "Simple" generic views ====================== @@ -146,6 +148,8 @@ string is written as ``"%7Ejacob/"`` (with only a single ``%``), an exception wo ('^bar/$', redirect_to, {'url': '%%7Ejacob.'}), ) +.. module:: django.views.generic.date_based + Date-based generic views ======================== @@ -677,6 +681,8 @@ In addition to ``extra_context``, the template's context will be: ``template_object_name`` is ``'foo'``, this variable's name will be ``foo``. +.. module:: django.views.generic.list_detail + List/detail generic views ========================= @@ -862,6 +868,8 @@ In addition to ``extra_context``, the template's context will be: ``template_object_name`` is ``'foo'``, this variable's name will be ``foo``. +.. module:: django.views.generic.create_update + Create/update/delete generic views ================================== |
