diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-11-15 05:58:08 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-11-15 05:58:08 +0000 |
| commit | 9b93e49ae585207b1e16682553baee5ab128232a (patch) | |
| tree | db92779c59697e44620190aea5cba5a877882aca | |
| parent | c0feb2fad97434ffb763f55ea03fe16d797661f0 (diff) | |
[1.0.X] One more correction to the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -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 |
