#31875: Improve Documentation of Template Filters with Multiple Arguments
------------------------------------------------+------------------------
Reporter: Matthew Pava | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
Looking at how to [
https://docs.djangoproject.com/en/dev/howto/custom- template-tags/#writing-custom-template-filters write custom filters], one
can guess that you can do so with multiple arguments. However, there
aren't any evident examples of it. I honestly couldn't find any
documentation about the syntax in the template of multiple arguments for a
template filter. Are they separated by spaces? Commas? A comma and a
space?
--
Ticket URL: <https://code.djangoproject.com/ticket/31875>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.