← Back to team overview

ubuntu-bengali-manual team mailing list archive

[Bug 682103] Re: Error adding event without venue

 

** Changed in: loco-directory
   Importance: Undecided => High

** Changed in: loco-directory
   Importance: High => Critical

** Changed in: loco-directory
       Status: In Progress => Fix Committed

** Changed in: loco-directory
    Milestone: None => 0.2.21

-- 
Error adding event without venue
https://bugs.launchpad.net/bugs/682103
You received this bug notification because you are a member of Ubuntu
Bengali Manual, which is subscribed to loco-directory.

Status in LoCo Directory: Fix Committed

Bug description:
Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response
  100.                     response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/pymodules/python2.6/django/contrib/auth/decorators.py" in _wrapped_view
  25.                 return view_func(request, *args, **kwargs)
File "/home/chris/Dropbox/Projects/loco-directory/trunk/loco_directory/events/views.py" in team_event_new
  201.             if form.is_valid():
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in is_valid
  121.         return self.is_bound and not bool(self.errors)
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in _get_errors
  112.             self.full_clean()
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in full_clean
  268.         self._clean_form()
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in _clean_form
  296.             self.cleaned_data = self.clean()
File "/home/chris/Dropbox/Projects/loco-directory/trunk/loco_directory/events/forms.py" in clean
  77.         self.cleaned_data['date_begin'] = venue.fromlocaltime(begin)

Exception Type: AttributeError at /events/team/ubuntu-us-florida/add/
Exception Value: 'NoneType' object has no attribute 'fromlocaltime'





References