Corrected a minor typo in the 1.0 porting guide.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Brian Rosner 2008-09-02 19:04:33 +00:00
parent 577640bd04
commit 5ff51f6bb3
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ New (1.0)::
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.