AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.38k stars 172 forks source link

Add form_kwargs and get_form_kwargs for inline forms with passed tested for black isort and flake8 . #259

Closed dw-liedji closed 1 year ago

dw-liedji commented 1 year ago

This is the version tested for black, isort and flake for the previews pull request Add form_kwargs and get_form_kwargs for inline forms for solving issue https://github.com/AndrewIngram/django-extra-views/issues/256 . I have added tested for black, isort and flake8 as recommended by @sdolemelipone .

dw-liedji commented 1 year ago

Hi @sdolemelipone and @AndrewIngram ,

I have recently tested for black, isort and flake8 as previously recommended by @sdolemelipone and these tests passed. However, @AndrewIngram shows that the test was still not passing for some python version. I have made some change so that these tests are working for the other python and Django versions.

Thank you for guiding me. I have learnt to use tox!

sdolemelipone commented 1 year ago

Closing as a duplicate of #257.