summaryrefslogtreecommitdiff
path: root/django/contrib/comments/models
AgeCommit message (Expand)Author
2005-11-23Added translation strings to django.contrib.comments. Taken from new-admin.Adrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-07-30Gave comments.FreeComment a get_absolute_url() methodAdrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-22Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...Adrian Holovaty
2005-07-20Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...Adrian Holovaty
2005-07-14Created django.contrib and moved comments into itAdrian Holovaty