diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-25 13:01:15 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-25 13:01:15 -0500 |
| commit | 52bac4ede1c825c097c7a7027c1637a7cd9cbf4d (patch) | |
| tree | 2f9757de2cf8180513b0e458d5c7628433ab83ba /docs/ref | |
| parent | db1e8bdc33a8bfa4b47a765cb2a7a66aafa52bad (diff) | |
[1.4.x] Fixed #19911 - Updated generic view links.
Thanks marc@ for the report.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/messages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 3227645915..504691bbbd 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -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:: |
