Use the rewrap function for wrapping comments.
[matthijs/projects/xerxes.git] / influences / models.py
2008-11-04 Matthijs KooijmanUse the rewrap function for wrapping comments.
2008-10-31 Matthijs KooijmanApply wordwrapping to quoted comments.
2008-10-31 Matthijs KooijmanGive Influence and Character an absolute_url.
2008-10-31 Matthijs KooijmanGive each comment form a unique prefix.
2008-10-31 Matthijs KooijmanLet Influence list and annote its comments itself.
2008-07-28 Matthijs KooijmanMigrate applications to the new admin interface.
2008-02-24 Matthijs Kooijman * Add some filters and search fields to the admin. production-master-something
2008-02-09 Matthijs Kooijman * Replace some tabs by spaces and put a vim modeline...
2008-02-09 Matthijs Kooijman * Add a status to Characters.
2008-02-08 Matthijs Kooijman * Make the verbose name of Influence.contact more...
2008-02-01 Matthijs Kooijman * Make the option for Influence.status translatable.
2008-02-01 Matthijs Kooijman * Don't let influences be edited in-line in the admin...
2008-01-31 Matthijs Kooijman * Add a result field to Influence.
2008-01-27 Matthijs Kooijman * Add a few fields to the influences list in the admin.
2008-01-27 Matthijs Kooijman * Add a summary field to Influence.
2008-01-24 Matthijs Kooijman * Replace all tabs with spaces.
2008-01-24 Matthijs Kooijman * Add "Under discussion" status for influences.
2008-01-23 Matthijs Kooijman * Mark all model names and field names in influences...
2008-01-23 Matthijs Kooijman * Make Influence.character no longer optional.
2008-01-23 Matthijs Kooijman * Add some fields to influence's models.
2008-01-21 Matthijs Kooijman * Remove ee.base.models.EEObject, Django does not...
2008-01-21 Matthijs Kooijman * Replace maxlength argument to CharField with max_len...
2008-01-21 Matthijs Kooijman * Initial import of a django project.