OpenSlides/openslides
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 Added config for more verbose errors on reset password 2019-09-03 14:47:45 +02:00
core Logs notify messages on server 2019-10-04 11:58:07 +02:00
mediafiles Added config for more verbose errors on reset password 2019-09-03 14:47:45 +02:00
motions Fixed submitter check for anonymous users 2019-09-23 10:12:15 +02:00
poll Added config for more verbose errors on reset password 2019-09-03 14:47:45 +02: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 Update version to 3.0.1-dev 2019-09-13 13:58:12 +02:00
__main__.py activate start command 2019-01-20 11:24:42 +01:00
asgi.py activate start command 2019-01-20 11:24:42 +01:00
global_settings.py Run black 2019-01-08 21:51:52 +01:00
routing.py Run black 2019-01-08 21:51:52 +01:00
urls_apps.py Run black 2019-01-08 21:51:52 +01:00
urls.py Wirst work for the projector system on the client 2019-01-19 21:26:05 +01:00