rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.81k stars 286 forks source link

Add template tag items to always call dictionary function #607

Closed chromium7 closed 1 year ago

chromium7 commented 1 year ago

Fix #606

By using a custom template tag, we can ensure that the function items is called instead of the key inside the dictionary

selwin commented 1 year ago

Thanks!