Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#22789 closed Cleanup/optimization (fixed)

Consider deprecating contrib.webdesign

Reported by: Aymeric Augustin Owned by: nobody
Component: contrib.webdesign Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This app looks like a joke in 2014.

Change History (7)

comment:1 by loic84, 10 years ago

Triage Stage: UnreviewedAccepted

Couldn't agree more, especially since it's trivial to vendor it for whomever needs it.

comment:2 by Tim Graham, 10 years ago

I've never used it myself.

from 2011 mailing list thread:

Carl: +1

Paul M: +0 on webdesign, since it's functionality that's probably in transient use by the more invisible members of our community.

Markus G: I'd miss it even though it's just a tiny piece of code and trivial, it's quite useful when you mock up a site and thus need some text to get a feeling for its layout when there's lots of text involved. I am sure, as you say, there are quite a few people out there who would miss it too.

Gabriel: As for webdesign, why not roll the one piece in it (the marginally-useful lorem tag) into the main library and deprecate the hook in contrib?

comment:3 by Tim Graham, 10 years ago

Has patch: set

PR to move {% lorem %} to built-in tags and deprecate contrib.webdesign.

django-developers thread.

comment:4 by loic84, 10 years ago

Triage Stage: AcceptedReady for checkin

LGTM

comment:5 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 38e001ab6caa8e5da68dbefd17322adcd2603c21:

Fixed #22789 -- Deprecated django.contrib.webdesign.

Moved the {% lorem %} tag to built-in tags.

comment:6 by Collin Anderson, 10 years ago

Such a good idea. I might actually use {% lorem %} now that it's reliably there.

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

In 3af9b70:

Refs #22789 -- Removed contrib.webdesign per deprecation timeline.

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