OpenSlides/openslides/agenda
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
..
migrations Directories and access permissions for mediafiles 2019-07-12 13:08:07 +02:00
__init__.py Run black 2019-01-08 21:51:52 +01:00
access_permissions.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
apps.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
config_variables.py Build agenda with optional subtitle 2019-09-24 11:15:28 +02:00
mixins.py Optional agenda items 2019-06-17 12:38:17 +02:00
models.py Directories and access permissions for mediafiles 2019-07-12 13:08:07 +02:00
projector.py Small changes 2019-09-02 15:02:31 +02:00
serializers.py Split AgendaItem and ListOfSpeakers 2019-05-24 08:21:59 +02:00
signals.py Added config for more verbose errors on reset password 2019-09-03 14:47:45 +02:00
views.py Fixed readding last speaker 2019-10-16 09:41:30 +02:00