* Use the Influence summary, where appropriate.
[matthijs/projects/xerxes.git] / influences / models.py
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.