Opened 12 years ago

Closed 11 years ago

#18965 closed Cleanup/optimization (wontfix)

Properly deprecate PROFANITIES_LIST.

Reported by: Tom Christie Owned by: nobody
Component: contrib.comments Version: dev
Severity: Normal Keywords:
Cc: tom@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Okay, so it's been set to an empty tuple now, tho I *believe* that formally removing it has been mentioned at a couple of DjangoCon talks this year, although I could be mistaken.
Closest thing I can find online is this gist of Adrian's keynote which mentions it (without context) - https://gist.github.com/3643761
If this gets the thumbs up I'll make the required pull request.

Change History (5)

comment:1 by Tom Christie, 12 years ago

Cc: tom@… added

comment:2 by Stephen Burrows, 12 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

I do recall this being mentioned as a goal. I'm sure patches would be welcome.

comment:3 by Tim Graham, 11 years ago

Adrian also mentioned removing django.contrib.comments entirely. That may be the way to go rather than doing the extra work of deprecating the settings for an app that's ultimately going to be removed.

comment:4 by anonymous, 11 years ago

That sounds sane. Is there an outstanding ticket or similar for that?
Any idea what the plan would be given the dependancy on it from admin?

comment:5 by Jacob, 11 years ago

Resolution: wontfix
Status: newclosed

django.contrib.comments has been deprecated and is no longer supported, so I'm closing this ticket. We're encouraging users to transition to a custom solution, or to a hosted solution like Disqus.

The code itself has moved to https://github.com/django/django-contrib-comments; if you want to keep using it, you could move this bug over there.

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