Files
notifications-admin/app
Chris Hill-Scott b48305c50d Don’t have service model inherit from dict
Inheriting from `dict` has some unexpected side effects that don’t
happen with plain object. The one we want to avoid right now is that
a dict doesn’t seem to implement `__dict__` in a normal way, which
is required by `werkzeug.utils.cached_property`.
2018-10-30 14:55:00 +00:00
..
2018-10-30 14:55:00 +00:00
2018-10-17 10:42:38 +01:00