Issue Details (XML | Word | Printable)

Key: FLM-186
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Borys Musielak
Reporter: Borys Musielak
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Filmaster

AttributeError: 'NoneType' object has no attribute 'is_valid'

Created: 11/Sep/09 08:30 PM   Updated: 25/Sep/11 02:19 PM
Component/s: Movie Database
Affects Version/s: 1.0
Fix Version/s: 1.0

Time Tracking:
Not Specified


 Description  « Hide
Traceback (most recent call last):

 File "/home/filmaster/django-trunk/django/core/handlers/base.py", line 92, in get_response
   response = callback(request, *callback_args, **callback_kwargs)

 File "/home/filmaster/film20/film20/core/person_views.py", line 153, in show_person
   if processed_rating_form.is_valid():

AttributeError: 'NoneType' object has no attribute 'is_valid'


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Borys Musielak added a comment - 11/Sep/09 08:31 PM
Solved at prod.

Borys Musielak added a comment - 17/Jan/10 09:22 PM
Reopened to move to 1.0 version.