asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Custom form initial data #51

Closed flaiming closed 6 years ago

flaiming commented 6 years ago

Is there any way how to add initial data to custom modelform? I tried to add them to kwargs in modelform initmethod, but it's not working for some reason.

flaiming commented 6 years ago

Nevermind, I had some strange version of crudbuilder, it's working fine the way I described now.