summaryrefslogtreecommitdiffstats
path: root/askbot/management/commands/send_accept_answer_reminders.py
Commit message (Expand)AuthorAgeFilesLines
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-1/+2
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-2/+2
* added templates for hardcoded emailsAdolfo Fitoria2012-09-181-10/+11
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* about halfed the queries on the question page on warm cache, cut CPU time som...Evgeny Fadeev2012-02-291-0/+2
* BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-311-1/+1
* Tickets 104, 107: transplant of methodsTomasz Zielinski2011-12-081-1/+0
* Tickets 104, 107: transplant of titleTomasz Zielinski2011-12-071-1/+1
* Tickets 104, 107: transplant of accepted* fieldsTomasz Zielinski2011-12-041-1/+1
* Tickets 104, 107: transplant of a answer_count fieldTomasz Zielinski2011-12-011-1/+1
* added management command "send_accept_answer_remindersEvgeny Fadeev2011-10-231-0/+84