From a703cc9970a977a72c804187660b2cb9a7f2a83f Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 15 Nov 2008 05:35:52 +0000 Subject: [PATCH] Actually we didn't port that one to 1.0.1. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9450 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.0.1.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/releases/1.0.1.txt b/docs/releases/1.0.1.txt index a54a75a648..0da048986b 100644 --- a/docs/releases/1.0.1.txt +++ b/docs/releases/1.0.1.txt @@ -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