From 327081f875edb09c7ac4fc070a40d8ae7906578d Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 21 Apr 2011 00:00:32 +0000 Subject: [PATCH] Added note about HTML5 to release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16061 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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