Author: brosner
Date: 2008-09-02 14:04:33 -0500 (Tue, 02 Sep 2008)
New Revision: 8868
Modified:
django/trunk/docs/releases/1.0-porting-guide.txt
Log:
Corrected a minor typo in the 1.0 porting guide.
Modified: django/trunk/docs/releases/1.0-porting-guide.txt
===================================================================
--- django/trunk/docs/releases/1.0-porting-guide.txt 2008-09-02 18:57:10 UTC
(rev 8867)
+++ django/trunk/docs/releases/1.0-porting-guide.txt 2008-09-02 19:04:33 UTC
(rev 8868)
@@ -158,8 +158,8 @@
See :ref:`admin-inlines` for more details.
-Simplify `fields``, or use ``fieldsets``
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Simplify ``fields``, or use ``fieldsets``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The old ``fields`` syntax was quite confusing, and has been simplified. The old
syntax still works, but you'll need to use ``fieldsets`` instead.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---