Skip to content
  • Joost Rijneveld's avatar
    Fix tests: do not randomly access queryset · abbec820
    Joost Rijneveld authored
    The previous commits added ordering to Members, but this ordering is
    not necessarily unique. Because of this, postgres does not allow for
    random access in a predictable way for the resulting queryset.
    abbec820