mirror of
https://github.com/django/django.git
synced 2025-02-01 05:10:04 +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.