* Add login_required decorator to some views.
[matthijs/projects/xerxes.git] / influences / views.py
2008-02-08 Matthijs Kooijman * Add login_required decorator to some views.
2008-02-03 Matthijs Kooijman * Let the add character view use RequestContext.
2008-01-27 Matthijs Kooijman * Set a default value for the character_id argument...
2008-01-27 Matthijs Kooijman * Use the Influence summary, where appropriate.
2008-01-24 Matthijs Kooijman * Let the views in influences use RequestContext,...
2008-01-23 Matthijs Kooijman * In the add influence view, preselect the first chara...
2008-01-23 Matthijs Kooijman * Make the character list a real character list again...
2008-01-23 Matthijs Kooijman * Renamed character_addinfluence template to add.
2008-01-23 Matthijs Kooijman * Make the add view pass a request to ContextModelForm.
2008-01-23 Matthijs Kooijman * Add an addCharacter view to the influences app.
2008-01-23 Matthijs Kooijman * Mark all strings used so far as translatable.
2008-01-23 Matthijs Kooijman * Remove old addInfluence view and replace it by a...
2008-01-21 Matthijs Kooijman * Initial import of a django project.