OpenSlides/openslides/utils
Oskar Hahn d7db714562 CollectionElement and Autoupdate cleanups
* change get_restricted_data and get_projector_data to always use a list
* Add typings to all get_restricted_data and get_projector_data methods
* Replace CollectionElementList with a real list
* Fixed arguments of inform_deleted_data
* Moved CollectionElementCache to cache.py and refactored it
* Run tests with cache enabled (using fakeredis)
2017-09-15 12:11:32 +02:00
..
__init__.py Add code 2011-07-31 10:46:29 +02:00
access_permissions.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
auth.py more typings 2017-09-03 18:34:55 +02:00
autoupdate.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
cache.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
collection.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
exceptions.py Use python3 2014-08-24 21:21:11 +02:00
main.py more typings 2017-09-03 18:34:55 +02:00
models.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
plugins.py more typings 2017-09-03 18:34:55 +02:00
projector.py Rewrite projector_element without dispatch 2017-09-05 22:46:13 +02:00
rest_api.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
settings.py.tpl Make RestrictedDataCache optional 2017-09-15 09:55:21 +02:00
test.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
utils.py more typings 2017-09-03 18:34:55 +02:00
validate.py more typings 2017-09-03 18:34:55 +02:00
views.py more typings 2017-09-03 18:34:55 +02:00