** Changed in: loco-directory
Status: Fix Committed => Fix Released
--
Error adding event without venue
https://bugs.launchpad.net/bugs/682103
You received this bug notification because you are a member of loco-
directory-dev, which is the registrant for loco-directory.
Status in LoCo Directory: Fix Released
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'
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp