mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed a mistaken link at the top of both class-based-views docs, and a "content" vs. "context" typo in the topic guide. Thanks to SmileyChris and robhudson for the reports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4b828a906a
commit
cb33aa1cc8
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ Class-based generic views
|
|||
|
||||
For details on the previous generic views implementation,
|
||||
see the :doc:`topic guide </topics/generic-views>` and
|
||||
:doc:`detailed reference </topics/generic-views>`.
|
||||
:doc:`detailed reference </ref/generic-views>`.
|
||||
|
||||
Writing Web applications can be monotonous, because we repeat certain patterns
|
||||
again and again. Django tries to take away some of that monotony at the model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue