diff --git a/docs/ref/generic-views.txt b/docs/ref/generic-views.txt index af23506505..4752a705a0 100644 --- a/docs/ref/generic-views.txt +++ b/docs/ref/generic-views.txt @@ -1088,3 +1088,4 @@ In addition to ``extra_context``, the template's context will be: variable's name depends on the ``template_object_name`` parameter, which is ``'object'`` by default. If ``template_object_name`` is ``'foo'``, this variable's name will be ``foo``. + diff --git a/docs/topics/index.txt b/docs/topics/index.txt index a760d3d80c..7fa283aa1a 100644 --- a/docs/topics/index.txt +++ b/docs/topics/index.txt @@ -26,3 +26,4 @@ Introductions to all the key parts of Django you'll need to know: serialization settings signals +