Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24839 closed Cleanup/optimization (fixed)

In templates/builtins documentation, the listing of 'django.contrib.webdesign' should note that it is deprecated in 1.8

Reported by: wsot Owned by: wsot
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

On the page https://docs.djangoproject.com/en/1.8/ref/templates/builtins/ under the heading Other Tags and Filter Libraries, the django.contrib.webdesign item should be listed as deprecated in Django 1.8.
If you follow the link to the relevant page https://docs.djangoproject.com/en/1.8/ref/contrib/webdesign/ there is a deprecation notice.

Change History (3)

comment:1 by wsot, 9 years ago

Owner: changed from nobody to wsot
Status: newassigned

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In e11a08ee:

Fixed #24839 -- Removed references to deprecated contrib.webdesign.

comment:3 by Tim Graham <timograham@…>, 9 years ago

In 6b339b5:

[1.8.x] Fixed #24839 -- Removed references to deprecated contrib.webdesign.

Backport of e11a08ee155811e5f0b2a13640178f82c928c4e7 from master

Note: See TracTickets for help on using tickets.
Back to Top