mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
5166097d7c
Enumeration helpers are callables, so the template system tried to call them with no arguments. Thanks Rupert Baker for helping discover this.