OpenSlides/openslides/utils
Oskar Hahn c47d054c67 Activate the restricted_data_cache again.
restricted_data_cache.update_element(...) only adds an element to the cache, when
there are already other elements in the cache. So then add_element is never used,
the cache is never created.
2018-02-24 16:57:18 +01: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 Activate the restricted_data_cache again. 2018-02-24 16:57:18 +01:00
cache.py Adds elements to restricted data cache only if cache already exists (hotfix for #3427). 2017-11-12 17:39:46 +01:00
collection.py Added autoupdate bundle middleware. 2018-01-25 23:09:28 +01:00
exceptions.py Use python3 2014-08-24 21:21:11 +02:00
main.py Preparations for the SAML plugin; Fixed caching of main views. 2018-01-21 11:54:01 +01:00
models.py CollectionElement and Autoupdate cleanups 2017-09-15 12:11:32 +02:00
plugins.py Preparations for the SAML plugin; Fixed caching of main views. 2018-01-21 11:54:01 +01: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 Preparations for the SAML plugin; Fixed caching of main views. 2018-01-21 11:54:01 +01: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 Assignment improvements 2017-12-05 14:04:35 +01:00
views.py fix mypy 2018-02-24 16:38:17 +01:00