askbot.migrations.0009_calculate_html_field_for_comments

class askbot.migrations.0009_calculate_html_field_for_comments.Migration

Bases: south.v2.DataMigration

backwards(orm)

Write your backwards methods here.

forwards(orm)

Write your forwards methods here.

askbot.migrations.0009_calculate_html_field_for_comments.extract_matching_author(text, ordered_authors)
askbot.migrations.0009_calculate_html_field_for_comments.get_absolute_url(user)
askbot.migrations.0009_calculate_html_field_for_comments.get_authors(question, orm=None)
askbot.migrations.0009_calculate_html_field_for_comments.get_comment_continuation(matching_author)
askbot.migrations.0009_calculate_html_field_for_comments.maybe_save_mention(context=None, mentioned_whom=None, orm=None, comment_content_type=None)
askbot.migrations.0009_calculate_html_field_for_comments.mentionize(text, comment=None, all_users=None, orm=None)

This Page