Commit 52bac4ed authored by Tim Graham's avatar Tim Graham
Browse files

[1.4.x] Fixed #19911 - Updated generic view links.

Thanks marc@ for the report.
parent db1e8bdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ function anymore -- generic views can be (and are) used multiple times
Run the server, and use your new polling app based on generic views.

For full details on generic views, see the :doc:`generic views documentation
</topics/http/generic-views>`.
</topics/generic-views>`.

Coming soon
===========
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ example::
    messages.info(request, 'Hello world.', fail_silently=True)

Internally, Django uses this functionality in the create, update, and delete
:doc:`generic views </topics/http/generic-views>` so that they work even if the
:doc:`generic views </topics/generic-views>` so that they work even if the
message framework is disabled.

.. note::