mirror of
https://github.com/django/django.git
synced 2025-02-08 16:35:17 +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.