• AJ Alt's avatar
    Fix incorrect usage of NotImplemented · 27be77c3
    AJ Alt authored
    `NotImplemented` is a constant singleton used in rich comparison
    overloading. It is not callable, and is not an exception.
    `NotImplementedError` is a built in exception.
    27be77c3
Name
Last commit
Last update
..
__init__.py Loading commit data...
ajax.py Loading commit data...
base.py Loading commit data...
fields.py Loading commit data...
filters.py Loading commit data...
form.py Loading commit data...
helpers.py Loading commit data...
template.py Loading commit data...
typefmt.py Loading commit data...
widgets.py Loading commit data...