Services appear in random order when using PostgreSQL DB backend
How to reproduce
Create two different user in an LDH instance and you'll probably get different services ordering:


Possible fix
Use a .order_by('-id')
when retrieving the user services from DB.