django/tests/model_enums
Adam Johnson 5166097d7c Fixed #31154 -- Added support for using enumeration types in templates.
Enumeration helpers are callables, so the template system tried to call
them with no arguments.

Thanks Rupert Baker for helping discover this.
2020-01-10 07:52:06 +01:00
..
__init__.py Refs #27910 -- Added __init__.py file for model_enums tests. 2019-10-15 21:27:22 +02:00
tests.py Fixed #31154 -- Added support for using enumeration types in templates. 2020-01-10 07:52:06 +01:00