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 2880673e27 drf_msgpack: add code to parse/serialise msgpack
It's not actually used by clients but it's there and can be used. It
works for receiving msgpack messages, but doesn't yet work for sending
because some of the types will be converted to base64.
4 years ago
..
drf_msgpack drf_msgpack: add code to parse/serialise msgpack 4 years ago
migrations django_etebase: make migration generic and not depend on myauth. 4 years ago
token_auth Rename django_etesync to django_etebase. 4 years ago
__init__.py Rename django_etesync to django_etebase. 4 years ago
admin.py Rename django_etesync to django_etebase. 4 years ago
app_settings.py Rename django_etesync to django_etebase. 4 years ago
apps.py Rename django_etesync to django_etebase. 4 years ago
models.py Merge the uidvalidator with the base64url validator and set a min length. 4 years ago
permissions.py Collection: change collections to be an extension of items 4 years ago
serializers.py Modify binary64 field to support binary renderers/parsers 4 years ago
tests.py Rename django_etesync to django_etebase. 4 years ago
urls.py Move the etebase urls configuration to django_etebase. 4 years ago
views.py drf_msgpack: add code to parse/serialise msgpack 4 years ago