Django

Code

Changeset 8937

Show
Ignore:
Timestamp:
09/03/08 14:58:34 (4 months ago)
Author:
jacob
Message:

A collection of improvements and cleanups to the 1.0 release notes and porting guide.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/releases/1.0-porting-guide.txt

    r8869 r8937  
    339339``dispatcher.connect(callback, sig, sender=Any)``  ``sig.connect(callback, sender=None)`` 
    340340=================================================  ====================================== 
     341 
     342Comments 
     343-------- 
     344 
     345If you were using Django 0.96's ``django.contrib.comments`` app, you'll need to 
     346upgrade to the new comments app introduced in 1.0. See 
     347:ref:`ref-contrib-comments-upgrade` for details. 
    341348 
    342349Template tags 
  • django/trunk/docs/releases/1.0.txt

    r8874 r8937  
    3535============================== 
    3636 
    37 Django 1.0 has a number of backwards-incompatible changes from Django 0.96. If you have apps written against Django 0.96 that you need to port, see our detailed porting guide: 
     37Django 1.0 has a number of backwards-incompatible changes from Django 0.96. If 
     38you have apps written against Django 0.96 that you need to port, see our 
     39detailed porting guide: 
    3840 
    3941.. toctree:: 
     
    4244   1.0-porting-guide 
    4345    
    44 A complete list of backwards-incompatible changes can be found at http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges. 
     46A complete list of backwards-incompatible changes can be found at 
     47http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges. 
    4548 
    4649What's new in Django 1.0 
     
    4952A *lot*! 
    5053 
    51 Since Django 0.96, we've made over 4,000 code commits, fixed more than 2,000 bugs, and edited, added, or removed around 350,000 lines of code. We've also added 40,000 lines of new documentation, and greatly improved what was already there. 
    52  
    53 In fact, new documentation is one of our favorite features of Django 1.0, so we might as well start there. First, there's a new documentation site: 
     54Since Django 0.96, we've made over 4,000 code commits, fixed more than 2,000 
     55bugs, and edited, added, or removed around 350,000 lines of code. We've also 
     56added 40,000 lines of new documentation, and greatly improved what was already 
     57there. 
     58 
     59In fact, new documentation is one of our favorite features of Django 1.0, so we 
     60might as well start there. First, there's a new documentation site: 
    5461 
    5562    http://docs.djangoproject.com/ 
     
    5865awesome. There's now dedicated search, indexes, and more.  
    5966 
    60 We can't possibly document everything that's new in 1.0, but the documentation will be your definitive guide. Anywhere you see something like: 
     67We can't possibly document everything that's new in 1.0, but the documentation 
     68will be your definitive guide. Anywhere you see something like: 
    6169 
    6270.. versionadded:: 1.0 
     
    168176additional parameter to ``save()`` which can force a specific operation. 
    169177 
    170 See XXX for details. 
     178See :ref:`ref-models-force-insert` for details. 
    171179 
    172180Split ``CacheMiddleware`` 
     
    191199<ref-contrib-comments-index>` is available, as well as :ref:`an upgrade guide 
    192200<ref-contrib-comments-upgrade>` if you were using the previous incarnation of 
    193 the comments application.. 
     201the comments application. 
    194202 
    195203Removal of deprecated features 
     
    205213introduced in the Django 1.0 alpha releases. 
    206214 
    207 XXX more features? 
    208  
    209215Thanks 
    210216======