OpenSlides/tests/integration/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
..
__init__.py Send tree for agenda items 2015-04-17 16:46:13 +02:00
test_models.py use f-string syntax for strings 2019-01-18 17:37:36 +01:00
test_viewset.py Fixed readding last speaker 2019-10-16 09:41:30 +02:00