One more correction to the release notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-11-15 05:57:39 +00:00
parent 644ad9073f
commit 2246d526b1
1 changed files with 2 additions and 3 deletions

View File

@ -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