Author: gabrielhurley Date: 2010-11-11 02:22:58 -0600 (Thu, 11 Nov 2010) New Revision: 14524
Modified: django/trunk/docs/releases/1.3-alpha-1.txt django/trunk/docs/releases/1.3.txt Log: Turns out that "unintended paragraph break" was actually missing the end of the sentence. Now the paragraph is a complete thought. Fixed in 1.3 alpha release notes and 1.3 notes. Modified: django/trunk/docs/releases/1.3-alpha-1.txt =================================================================== --- django/trunk/docs/releases/1.3-alpha-1.txt 2010-11-11 08:01:03 UTC (rev 14523) +++ django/trunk/docs/releases/1.3-alpha-1.txt 2010-11-11 08:22:58 UTC (rev 14524) @@ -31,11 +31,13 @@ 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 help you :doc:`convert your function-based generic views to class-based Modified: django/trunk/docs/releases/1.3.txt =================================================================== --- django/trunk/docs/releases/1.3.txt 2010-11-11 08:01:03 UTC (rev 14523) +++ django/trunk/docs/releases/1.3.txt 2010-11-11 08:22:58 UTC (rev 14524) @@ -22,7 +22,8 @@ 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 -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
