Files
notifications-admin/app
Chris Hill-Scott f8fb2d3c8f Make Users model inherit from sequence
This gives the same behaviour as you’d expect inheriting from `list`.
However because `list` is written with a lot of optimisations it’s
unpredictable to inherit from.

Python provides a series of abstract base classes that you can inherit
from instead.

Further reading:
1. https://docs.python.org/3.4/library/collections.abc.html#collections.abc.Sequence
2. https://treyhunner.com/2019/04/why-you-shouldnt-inherit-from-list-and-dict-in-python/
2019-06-05 12:50:43 +01:00
..
2019-05-17 14:50:36 +01:00
2019-06-04 16:21:37 +01:00
2019-05-23 15:34:23 +01:00
2019-06-03 13:21:29 +01:00