How can I use abstraction of base class in django forms? In models we need to set "abstract=True" so that we can access the base class fields, similarly what concept I should follow to use abstraction in django forms. Regards Asif