Django model proxy override save

2015-11-18 Thread drifter
I want to override the save for a model when saved from the proxy I've tried commenting out as much as I can but it's still using the model save. Here's my code. class MovieProxy(Movie): class Meta: verbose_name = 'movie show' proxy=True def save(self, *args, **kwargs):

Django inlineform not adding cinema field info on save

2015-09-29 Thread drifter
I have a inline form which looks like the snapshot above but when I save the "Cinema, Movie type and Price" doesn't get added to the additional fields (each starts time is another instance of the field). For example the second line with 2015-10-02 Cinema2 will only be saved on the instance of