[cineoob] get_object cleaning
This commit is contained in:
parent
b9d3719ad2
commit
c3c0561887
4 changed files with 18 additions and 28 deletions
|
|
@ -104,6 +104,10 @@ class ImdbBackend(BaseBackend, ICapCinema):
|
|||
movie.note = mov.note
|
||||
movie.roles = mov.roles
|
||||
movie.short_description= mov.short_description
|
||||
|
||||
if 'all_release_dates' in fields:
|
||||
movie.all_release_dates = self.get_movie_releases(movie.id)
|
||||
|
||||
return movie
|
||||
|
||||
OBJECTS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue