OpenSlides/tests/integration
FinnStutzenstein d1048a0d9d Fixed readding last speaker
It is not given, that null values are sorted last in the `order_by("-end_time")`
statement. This did not happens in the tests, but in a productive environment.
See https://docs.djangoproject.com/en/2.2/ref/models/querysets/#order-by for a
`.asc()`/`.desc()` option `nulls_last`. I choose another approach to just
exclude these values.
2019-10-16 09:41:30 +02:00
..
agenda Fixed readding last speaker 2019-10-16 09:41:30 +02:00
assignments Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
core Remove ChatMessage 2019-05-15 13:44:45 +02:00
mediafiles Directories and access permissions for mediafiles 2019-07-12 13:08:07 +02:00
motions Fixed submitter check for anonymous users 2019-09-23 10:12:15 +02:00
test_plugin Run black 2019-01-08 21:51:52 +01:00
topics Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
users Single create and update request for personal notes 2019-09-10 12:34:26 +02:00
utils Enhances the autoupdate of projector by change-id 2019-10-02 16:30:30 +02:00
__init__.py New Test order. 2015-01-24 18:00:03 +01:00
helpers.py Skip autoupdates on foreign personal notes 2019-09-02 13:57:12 +02:00
websocket.py Major cache rewrite: 2019-08-08 08:35:02 +02:00