mirror of https://github.com/django/django.git
Corrected link in release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9b6535b894
commit
9712f4c7a4
|
@ -30,7 +30,7 @@ provided, along with a completely generic view base class that can be
|
|||
used as the basis for reusable applications that can be easily
|
||||
extended.
|
||||
|
||||
See :doc:`the documentation on Generic Views</topics/generic-views>`
|
||||
See :doc:`the documentation on Class-based Generic Views</topics/class-based-views>`
|
||||
for more details. There is also a document to help you :doc:`convert
|
||||
your function-based generic views to class-based
|
||||
views</topics/generic-views-migration>`.
|
||||
|
|
Loading…
Reference in New Issue