diff options
| author | Andrew Pinkham <code@andrewsforge.com> | 2015-04-13 12:17:38 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-14 12:48:17 -0400 |
| commit | 0b5abb03218ff0c575cee0c83e446bab81cbfadd (patch) | |
| tree | abd2839b3b08b70f0d6bee02fca1e8d1f4acfc24 /docs | |
| parent | f8e8853b51476af1cc75a229dadc990c9ccf45ec (diff) | |
Fixed #24635 -- Updated deprecated urls.py examples in default project template.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 5 |
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`). |
