문제

I've happily used the neat comment moderation queue view supplied with contrib.comments in 1.0.x, but recently thought I'd use it in a Django 1.2 site, only to discover that the view is no longer there (no longer referenced in contrib.comments.urls, for example)

Two questions: When did it disappear? Why did it disappear?

도움이 되었습니까?

해결책

Looks like it was removed as a result of this ticket about a year ago. The notes on that ticket state that the view was to be removed because it was undocumented, and the identical functionality is now available as admin actions on the main comments changelist view.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top