summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index 9d7c5add38..fd2140bbf0 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -44,3 +44,8 @@ Bugfixes
* Fixed database introspection with SQLite 3.8.9 (released April 8, 2015)
(:ticket:`24637`).
+
+* Updated ``urlpatterns`` examples generated by :djadmin:`startproject` to
+ remove usage of referencing views by dotted path in
+ :func:`~django.conf.urls.url` which is deprecated in Django 1.8
+ (:ticket:`24635`).