summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPedro Mourelle <pedromagnus@gmail.com>2013-02-25 03:18:27 -0300
committerTim Graham <timograham@gmail.com>2013-07-23 11:28:22 -0400
commitfb052b528ad5f0a92f7420ab8ade16462b6435fd (patch)
tree80ea0d71143b7daf46022fd2154b99b1a70210dd /docs
parent5dbca13f3baa2e1bafd77e84a80ad6d8a074712e (diff)
Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 8c5a0fb585..a7ab751dd4 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -72,6 +72,9 @@ Minor features
allowing the ``published`` element to be included in the feed (which
relies on ``pubdate``).
+* Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS
+ property for rounded corners rather than GIF background images.
+
Backwards incompatible changes in 1.7
=====================================