diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-11-15 05:57:39 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-11-15 05:57:39 +0000 |
| commit | 2246d526b18acd2c4c22e9dea2ca338fb71233ed (patch) | |
| tree | 1de805ea763fc2116cb238facedc31757d7842de /docs | |
| parent | 644ad9073f1e488fa0cc8dd9fa6d59c6bd504da9 (diff) | |
One more correction to the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.0.1.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/releases/1.0.1.txt b/docs/releases/1.0.1.txt index 0da048986b..ce101bed03 100644 --- a/docs/releases/1.0.1.txt +++ b/docs/releases/1.0.1.txt @@ -43,9 +43,8 @@ highlights: * Fixed support for custom callable ``upload_to`` declarations when handling file uploads through automatically-generated forms. -* Restored support which previously existed for sorting an admin - change list based on a callable model attribute, by associating the - callable with a database-backed field. +* Fixed support for sorting an admin change list based on a callable + attributes in ``list_display``. * A fix to the application of autoescaping for literal strings passed to the ``join`` template filter. Previously, literal strings passed |
