Merge lp:~mhall119/loco-team-portal/618602 into lp:loco-team-portal
Proposed by
Michael Hall
on 2010-11-27
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Chris Johnston on 2010-11-27 | ||||
| Approved revision: | 329 | ||||
| Merged at revision: | 333 | ||||
| Proposed branch: | lp:~mhall119/loco-team-portal/618602 | ||||
| Merge into: | lp:loco-team-portal | ||||
| Diff against target: |
201 lines (+174/-0) 3 files modified
loco_directory/events/migrations/0005_allow_external_registration.py (+166/-0) loco_directory/events/models.py (+2/-0) loco_directory/templates/events/team_event_detail.inc.html (+6/-0) |
||||
| To merge this branch: | bzr merge lp:~mhall119/loco-team-portal/618602 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Chris Johnston | 2010-11-27 | Approve on 2010-11-27 | |
|
Review via email:
|
|||
To post a comment you must log in.


Environment:
Request Method: POST 127.0.0. 1:8000/ events/ team/ubuntu- us-florida/ add/ contrib. auth', contrib. contenttypes' , contrib. sessions' , contrib. admin', openid_ auth', middleware. common. CommonMiddlewar e', middleware. locale. LocaleMiddlewar e', contrib. sessions. middleware. SessionMiddlewa re', contrib. auth.middleware .Authentication Middleware' )
Request URL: http://
Django Version: 1.2.3
Python Version: 2.6.6
Installed Applications:
['django.
'django.
'django.
'django.
'common',
'teams',
'venues',
'events',
'userprofiles',
'django_
'south']
Installed Middleware:
('django.
'django.
'django.
'django.
Traceback: pymodules/ python2. 6/django/ core/handlers/ base.py" in get_response pymodules/ python2. 6/django/ contrib/ auth/decorators .py" in _wrapped_view chris/Dropbox/ Projects/ loco-directory/ trunk/loco_ directory/ events/ views.py" in team_event_new pymodules/ python2. 6/django/ forms/forms. py" in is_valid pymodules/ python2. 6/django/ forms/forms. py" in _get_errors pymodules/ python2. 6/django/ forms/forms. py" in full_clean pymodules/ python2. 6/django/ forms/forms. py" in _clean_form chris/Dropbox/ Projects/ loco-directory/ trunk/loco_ directory/ events/ forms.py" in clean data['date_ begin'] = venue.fromlocal time(begin)
File "/usr/lib/
100. response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/
25. return view_func(request, *args, **kwargs)
File "/home/
201. if form.is_valid():
File "/usr/lib/
121. return self.is_bound and not bool(self.errors)
File "/usr/lib/
112. self.full_clean()
File "/usr/lib/
268. self._clean_form()
File "/usr/lib/
296. self.cleaned_data = self.clean()
File "/home/
77. self.cleaned_
Exception Type: AttributeError at /events/ team/ubuntu- us-florida/ add/
Exception Value: 'NoneType' object has no attribute 'fromlocaltime'