mirror of
https://github.com/django/django.git
synced 2025-04-20 07:14:35 +00:00
[1.4.x] Fixed #19911 - Updated generic view links.
Thanks marc@ for the report.
This commit is contained in:
parent
db1e8bdc33
commit
52bac4ede1
@ -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
|
||||
===========
|
||||
|
@ -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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user