summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-11-15 05:36:30 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-11-15 05:36:30 +0000
commit1d375e14723dc1f33e4d057ab812b03f2bd9bf02 (patch)
tree4656106036c489adfdb0b357293869aa90464408 /docs
parentf5532f711986721eec9bf8238b9c7d57c95bf0cd (diff)
Port [9450] forward to trunk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.0.1.txt4
1 files changed, 0 insertions, 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