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 baa42d040d Collection: also save the collection UID on the model itself.
This enables us to have db-constraints for making sure that UIDs are
unique, as well as being more efficient for lookups (which are very
common).

The UID should always be the same as the main_item.uid, though that's
easily enforced as neither of them is allowed to change.
4 years ago
..
drf_msgpack Use black for code formatting and format the code 4 years ago
migrations Collection: also save the collection UID on the model itself. 4 years ago
token_auth Use black for code formatting and format the code 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 Use black for code formatting and format the code 4 years ago
apps.py Use black for code formatting and format the code 4 years ago
exceptions.py Reformat some files using black. 4 years ago
models.py Collection: also save the collection UID on the model itself. 4 years ago
parsers.py Use black for code formatting and format the code 4 years ago
permissions.py Use black for code formatting and format the code 4 years ago
renderers.py Use black for code formatting and format the code 4 years ago
serializers.py Collection: also save the collection UID on the model itself. 4 years ago
signals.py Use black for code formatting and format the code 4 years ago
tests.py Rename django_etesync to django_etebase. 4 years ago
urls.py Use black for code formatting and format the code 4 years ago
utils.py Use black for code formatting and format the code 4 years ago
views.py Collection: also save the collection UID on the model itself. 4 years ago