Issue Details (XML | Word | Printable)

Key: FLM-246
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
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

Navigating to next page resets the 'actors' filter in rankings

Created: 16/Dec/09 02:01 AM   Updated: 23/Dec/09 08:21 PM
Component/s: Film collections
Affects Version/s: 1.0
Fix Version/s: 1.0


 Description  « Hide
Navigating to next page resets the 'actors' filter in rankings - so you cannot paginate when this is set

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Borys Musielak added a comment - 23/Dec/09 07:35 PM
Resolved. Actor and director objects had to be serialized / deserialized with pickle module.

Borys Musielak added a comment - 23/Dec/09 08:21 PM
Of course this does not make much sense. Django serializes objects automaticlaly in SessionMiddleware. The problem was much more trivial (already fixed anyhow).