Changes in eventos/views.py
authorMarcelo Jorge Vieira (metal <metal@alucinados.com>
Wed, 22 Oct 2008 17:13:14 +0000 (15:13 -0200)
committerLincoln de Sousa <lincoln@alfaiati.net>
Thu, 23 Oct 2008 01:13:04 +0000 (23:13 -0200)
commit41392004f80c6e5b42bf2a98ec95330c468b04f2
tree081a6d75ca0727210fc8eeb385a2b2e379dffa1c
parent96ca4fd89befb3295ec8a49f74bd93b133ee8dc8
Changes in eventos/views.py

  * Refactored login() and logout() to use authenticate instead of AuthenticationForm
  * Added class SpeakerForm and TalkForm()
  * Replaced 'newforms' to 'forms' in eventos/forms.py
  * Refactored speaker_add(), speaker_details(), talk_details() and talk_add() to use ModelForm instead of form_for_instance and form_for_model
eventos/views.py