OpenSlides/tests
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
..
example_data_generator Fixed the example data generator 2019-08-08 12:47:47 +02:00
integration Fixed readding last speaker 2019-10-16 09:41:30 +02:00
karma New Feature: Paragraph based amendments 2018-06-14 11:01:03 +02:00
old Rework config defaults. 2019-08-21 13:19:44 +02:00
unit Skip autoupdates on foreign personal notes 2019-09-02 13:57:12 +02:00
__init__.py reordered the tests 2012-11-24 15:00:17 +01:00
common_groups.py Protect element fields from the projector model. Fixes creation of 2019-04-09 17:15:16 +02:00
conftest.py Ensures change id across multiple workers 2019-08-19 09:42:51 +02:00
settings.py Rework config defaults. 2019-08-21 13:19:44 +02:00