shannonturner / bechdel

If your movie doesn't pass the Bechdel test, we'll find you a better one
https://shannonvturner.com/bechdel
20 stars 4 forks source link

Movies without Imdb rating break page (when trying to show suggestions) #13

Closed shannonturner closed 10 years ago

shannonturner commented 10 years ago

Repeatable: http://shannonvturner.com/bechdel/movie/235

At line 321 in get_context_data():

    imdb_rating__gt=float(movie.imdb_rating) - 1.5, 

But when movie.imdb_rating is (correctly) None for movies without a rating (yet), this fails.

shannonturner commented 10 years ago

Fixed in 686dbd789ccfdef22d017c3f40127424d7e4caf2