How to Make a Custom Inline Form for Admin

2018-04-17 Thread Mark Phillips
to work. Is it possible to do what I want to do? How can I build this custom inline form? Is there a better way? Thanks! Mark -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Custom inline form

2008-12-02 Thread mrsource
I find the problem: The validation was performed also on new extra widget because I have added a field that was always valorized then the self.has_changed property was always true then the validation was performed also for the new extra widget. Now the field is empty by default. But now another

Custom inline form

2008-12-01 Thread mrsource
In the inline model option I have overriden the inline form with a custom form where I only added a choices widget, now the validation has a wrong behaviour...more precisely if I have set extra property to 2 in inline model options, when I click "Save" django try to validate even the two empty