Skip to content

Commit

Permalink
Turns out that "unintended paragraph break" was actually missing the …
Browse files Browse the repository at this point in the history
…end of the sentence. Now the paragraph is a complete thought. Fixed in 1.3 alpha release notes and 1.3 notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Nov 11, 2010
1 parent 75a64d7 commit b059011
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/releases/1.3-alpha-1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ Class-based views

Django 1.3 adds a framework that allows you to use a class as a view.
This means you can compose a view out of a collection of methods that
can be subclassed and overridden to provide analogs of all the old
function-based generic views have been provided, along with a completely
generic view base class that can be used as the basis for reusable
applications that can be easily extended.
can be subclassed and overridden to provide common views of data without
having to write too much code.

Analogs of all the old function-based generic views have been 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 Class-based Generic Views
</topics/class-based-views>` for more details. There is also a document to
Expand Down
3 changes: 2 additions & 1 deletion docs/releases/1.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Class-based views

Django 1.3 adds a framework that allows you to use a class as a view.
This means you can compose a view out of a collection of methods that
can be subclassed and overridden to provide
can be subclassed and overridden to provide common views of data without
having to write too much code.

Analogs of all the old function-based generic views have been
provided, along with a completely generic view base class that can be
Expand Down

0 comments on commit b059011

Please sign in to comment.