summaryrefslogtreecommitdiff
path: root/docs/releases/1.4.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-01-29 19:24:32 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-01-29 19:24:32 +0000
commita4b472dd809c8a696d1488a54dcaf3870ec9e661 (patch)
tree1338453f7de1c9802a571cabf353af364559370f /docs/releases/1.4.txt
parent123f567093eb3bd2f9cb295f4553eb62433c2962 (diff)
Fixed #8995 -- Added support for HTTPS in sitemaps.
Modularized tests and did a bit of cleanup while I was in the area. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases/1.4.txt')
-rw-r--r--docs/releases/1.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index 9b3c219d31..c5128b10f2 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -562,6 +562,10 @@ Django 1.4 also includes several smaller improvements worth noting:
just like with regular formsets. However, initial values only apply to extra
forms i.e. those which are not bound to an existing model instance.
+* The sitemaps framework can now handle HTTPS links using the new
+ :attr:`Sitemap.protocol <django.contrib.sitemaps.Sitemap.protocol>` class
+ attribute.
+
Backwards incompatible changes in 1.4
=====================================