summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-04-21 00:00:32 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-04-21 00:00:32 +0000
commit327081f875edb09c7ac4fc070a40d8ae7906578d (patch)
treeb5ba8a0cd6fc070bf3f5ec1ebcad20ef039ef870 /docs
parent6488f15a8efa6861361b6dbef02b890a997a75aa (diff)
Added note about HTML5 to release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index 674916175d..a63fff7295 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -28,6 +28,15 @@ matched by a ``FOR UPDATE`` query.
For more details, see the documentation for
:meth:`~django.db.models.query.QuerySet.select_for_update`.
+HTML5
+~~~~~
+
+We've switched the admin and other bundled templates to use the HTML5
+doctype. While Django will be careful in its use of HTML5 features, to maintain
+compatibility with old browsers, this change means that you can use any HTML5
+features you need in admin pages without having to lose HTML validity or
+override the provided templates to change the doctype.
+
.. _backwards-incompatible-changes-1.4:
Backwards incompatible changes in 1.4