Author: jacob
Date: 2008-09-03 14:58:34 -0500 (Wed, 03 Sep 2008)
New Revision: 8937
Modified:
django/trunk/docs/releases/1.0-porting-guide.txt
django/trunk/docs/releases/1.0.txt
Log:
A collection of improvements and cleanups to the 1.0 release notes and porting
guide.
Modified: django/trunk/docs/releases/1.0-porting-guide.txt
===================================================================
--- django/trunk/docs/releases/1.0-porting-guide.txt 2008-09-03 19:58:21 UTC
(rev 8936)
+++ django/trunk/docs/releases/1.0-porting-guide.txt 2008-09-03 19:58:34 UTC
(rev 8937)
@@ -339,6 +339,13 @@
``dispatcher.connect(callback, sig, sender=Any)`` ``sig.connect(callback,
sender=None)``
=================================================
======================================
+Comments
+--------
+
+If you were using Django 0.96's ``django.contrib.comments`` app, you'll need to
+upgrade to the new comments app introduced in 1.0. See
+:ref:`ref-contrib-comments-upgrade` for details.
+
Template tags
-------------
Modified: django/trunk/docs/releases/1.0.txt
===================================================================
--- django/trunk/docs/releases/1.0.txt 2008-09-03 19:58:21 UTC (rev 8936)
+++ django/trunk/docs/releases/1.0.txt 2008-09-03 19:58:34 UTC (rev 8937)
@@ -34,30 +34,38 @@
Backwards-incompatible changes
==============================
-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:
+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:
.. toctree::
:maxdepth: 1
1.0-porting-guide
-A complete list of backwards-incompatible changes can be found at
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges.
+A complete list of backwards-incompatible changes can be found at
+http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges.
What's new in Django 1.0
========================
A *lot*!
-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.
+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.
-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:
+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:
http://docs.djangoproject.com/
The documentation has been greatly improved, cleaned up, and generally made
awesome. There's now dedicated search, indexes, and more.
-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:
+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:
.. versionadded:: 1.0
This feature is new in Django 1.0
@@ -167,7 +175,7 @@
where forcing one or the other is useful. As a result, models can now support
an
additional parameter to ``save()`` which can force a specific operation.
-See XXX for details.
+See :ref:`ref-models-force-insert` for details.
Split ``CacheMiddleware``
-------------------------
@@ -190,7 +198,7 @@
increasing its flexibility and customizability. :ref:`Full documentation
<ref-contrib-comments-index>` is available, as well as :ref:`an upgrade guide
<ref-contrib-comments-upgrade>` if you were using the previous incarnation of
-the comments application..
+the comments application.
Removal of deprecated features
------------------------------
@@ -204,8 +212,6 @@
replaced by the dispatcher, file-uploading and file-storage refactorings
introduced in the Django 1.0 alpha releases.
-XXX more features?
-
Thanks
======
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---