GithubHelp home page GithubHelp logo

Comments (2)

rockymeza avatar rockymeza commented on August 16, 2024

I think you could implement this by subclassing MultiForm and overriding get_form_args_kwargs

I'm not sure if we could make this change to MultiForm as is right now without breaking backwards compatibility.

from django-betterforms.

quapka avatar quapka commented on August 16, 2024

Yes, you're right I could definitely do that. And for sure it would break backwards compatibility, at least if it would be implemented in the way I've proposed, because suddenly the kwargs that are passed to all the parts, would not be.

Maybe I'm just using MultiForm incorrectly, I mean, when you see all the different forms rendered at one page, it suggests, that they might need the same kwargs. But from code point of view, I actually want to control, which kwargs are passed where. You could have some form that is used in different situations, and you want to control, what is being passed in to them.

At the moment I've rewritten all the __init__ methods for all the parts of my MultiForm, basically picking out the kwargs, that I don't want to be passed to the super __init__.

I might also end up write some sort of dispatch or mixin function, that will pass the correct kwargs to the different parts of the MultiForm.

from django-betterforms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.