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:58:31 -0400 |
| commit | b1d83209d0a0df698e66d1cb5fa2a87b9859c3ed (patch) | |
| tree | a03fb4f305b8e64c07d4a3032c99b9726c1dfc17 /docs | |
| parent | 309142dba10e24557b67a2734aa67d56518c0b14 (diff) | |
[1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default project template.
Backport of 0b5abb03218ff0c575cee0c83e446bab81cbfadd from master
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`). |
