djangorestframework-queryfields icon indicating copy to clipboard operation
djangorestframework-queryfields copied to clipboard

Options are read from settings

Open stevanmilic opened this issue 6 years ago • 1 comments

It would be a nice feature, if we could define include_arg_name, exclude_arg_name and delimiter in settings.py.

I'm gonna write PR if I find the time.

stevanmilic avatar Apr 06 '18 15:04 stevanmilic

Good suggestion, and should be easy to implement. PRs welcome!

wimglenn avatar Apr 06 '18 17:04 wimglenn

Added in PR #33

seaworn avatar Nov 21 '23 08:11 seaworn

This is released in v1.1.0.

I've added the test coverage and tweaked the option names to make it a bit more obvious, new doc at https://djangorestframework-queryfields.readthedocs.io/en/latest/faq.html

wimglenn avatar Nov 22 '23 03:11 wimglenn