On 11/21/05, James Bennett <[EMAIL PROTECTED]> wrote:
> I've been reading through the code for the bundled comments app, and
> didn't see anything (though I may have missed it) for automatically
> disabling comments on an object after a set period of time (say, 30
> days). Is there any such functionality in there, or should I just add
> a 'comments_allowed' method in my model which would handle this?

The latter. Models are responsible for providing their own logic for
opening/closing comments.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to