Port [9450] forward to trunk.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-11-15 05:36:30 +00:00
parent f5532f7119
commit 1d375e1472
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ highlights:
change list based on a callable model attribute, by associating the
callable with a database-backed field.
* Refactored and consolidated CSS for the Django administration
application, simplifying the admin stylesheets and making
customization easier.
* A fix to the application of autoescaping for literal strings passed
to the ``join`` template filter. Previously, literal strings passed
to ``join`` were automatically escaped, contrary to `the documented