Closed mparent61 closed 8 years ago
I think I would be in favor of just moving the client in now. Looks good thus far, otherwise.
Now folds entire videohub-client
library into videos
app.
This can be deployed in parallel to videohub_client, but will eventually require client migrations.
@benghaziboy @MichaelButkovic @collin
I went ahead and merged videohub-client
into django-bulbs
. These changes won't break existing properties (but properties will require their own migration dance). When we're done we'll have a more-consistent Video model.
pending tests 👍 ayyyy
LGTM👍
Merging videohub_client.VideohubVideo support into Bulbs for standard Video interface
Each property's Video content models will inherit from new
VideoMixin
Does not contain any breaking changes, as the updated Video filters aren't yet used by any properties.