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):
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
2 matches
Mail list logo