mirror of
https://github.com/django/django.git
synced 2025-02-05 15:06:48 +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.