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:
parent
577640bd04
commit
5ff51f6bb3
|
@ -158,8 +158,8 @@ New (1.0)::
|
||||||
|
|
||||||
See :ref:`admin-inlines` for more details.
|
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
|
The old ``fields`` syntax was quite confusing, and has been simplified. The old
|
||||||
syntax still works, but you'll need to use ``fieldsets`` instead.
|
syntax still works, but you'll need to use ``fieldsets`` instead.
|
||||||
|
|
Loading…
Reference in New Issue