ubuntu-bengali-manual team mailing list archive
-
ubuntu-bengali-manual team
-
Mailing list archive
-
Message #03762
[Bug 682103] [NEW] Error adding event without venue
Public bug reported:
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'
** Affects: loco-directory
Importance: Undecided
Assignee: Michael Hall (mhall119)
Status: In Progress
** Changed in: loco-directory
Status: New => Triaged
** Branch linked: lp:~mhall119/loco-directory/682103
** Changed in: loco-directory
Assignee: (unassigned) => Michael Hall (mhall119)
** Changed in: loco-directory
Status: Triaged => In Progress
--
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: In Progress
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'
Follow ups
References