You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen 2f1f95fea9 Optimize how we fetch the latest (current) revision
The way were were doing it was implicitly sorting the query items and it
was causing millions of items to be sorted (even though the result should
only have one) making it slow.

By switching away from `get()` and `first()` we are telling django to
not try to sort.
2 years ago
..
__init__.py fix: move etebase_fastapi module from toplevel to under etebase_server 3 years ago
authentication.py fix: move django_etebase module from toplevel to under etebase_server 3 years ago
collection.py Optimize how we fetch the latest (current) revision 2 years ago
invitation.py fix: move django_etebase module from toplevel to under etebase_server 3 years ago
member.py fix: move django_etebase module from toplevel to under etebase_server 3 years ago
test_reset_view.py fix: move django_etebase module from toplevel to under etebase_server 3 years ago
websocket.py fix: move django_etebase module from toplevel to under etebase_server 3 years ago