diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-09-02 19:04:33 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-09-02 19:04:33 +0000 |
| commit | 5ff51f6bb3042a70c2167de7399ef7a62614d50f (patch) | |
| tree | 14574fd22da6556036c215b413b0850146a08066 /docs | |
| parent | 577640bd04117573805d8b9ffa4670b999714db4 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.0-porting-guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.0-porting-guide.txt b/docs/releases/1.0-porting-guide.txt index 53ed2f814e..16124f2676 100644 --- a/docs/releases/1.0-porting-guide.txt +++ b/docs/releases/1.0-porting-guide.txt @@ -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. |
