--
Ticket URL: <https://code.djangoproject.com/ticket/17927>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* needs_tests: => 0
* needs_docs: => 0
Comment:
It might be as simple as adding **kwargs parameters to {{{__init__}}}
method, and passing them to super. To be tested...
--
Ticket URL: <https://code.djangoproject.com/ticket/17927#comment:1>
* cc: bmihelac@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/17927#comment:2>
* has_patch: 0 => 1
Comment:
Pull request for this:
https://github.com/django/django/pull/1005
--
Ticket URL: <https://code.djangoproject.com/ticket/17927#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"b00c6371afab778ab6c6206fb2dbb3f2c7f750b4"]:
{{{
#!CommitTicketReference repository=""
revision="b00c6371afab778ab6c6206fb2dbb3f2c7f750b4"
Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet
Thanks Fak3 for the suggestion.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17927#comment:4>