diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-17 10:45:00 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:09 -0400 |
| commit | a25d3ce007b90a0516aed54fc1c5a16510a290e4 (patch) | |
| tree | f8d0566d2d46a2e609cf0d782f0c9cf876ee8409 /docs/internals | |
| parent | 3f50dc2be51ee68ce64ac1faadc91193f03fbe3f (diff) | |
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 10bced6dea..99e293d9a9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -626,7 +626,7 @@ details on these changes. :mod:`django.contrib.gis.utils` will be removed. * ``django.conf.urls.defaults`` will be removed. The functions - :func:`~django.conf.urls.include`, :func:`~django.conf.urls.patterns` and + :func:`~django.conf.urls.include`, ``patterns()`` and :func:`~django.conf.urls.url` plus :data:`~django.conf.urls.handler404`, :data:`~django.conf.urls.handler500`, are now available through :mod:`django.conf.urls` . |
