barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

chagned a ref from kwargs to qs_kwargs, so is_public is applied to query #169

Closed jstacoder closed 6 years ago

jstacoder commented 6 years ago

i noticed you were just throwing away the is_public value here, by adding to kwargs and then not using it, looks like you wanted to apply it to the queryset that you are grabbing on the next line....

barseghyanartur commented 6 years ago

@jstacoder:

Thank you!

jstacoder commented 6 years ago

No problem