etesync-server/django_etebase
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.
2020-12-14 13:33:11 +02:00
..
drf_msgpack Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
migrations Collection: also save the collection UID on the model itself. 2020-12-14 13:33:11 +02:00
token_auth Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
__init__.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
admin.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
app_settings.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
apps.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
exceptions.py Reformat some files using black. 2020-12-01 12:45:38 +02:00
models.py Collection: also save the collection UID on the model itself. 2020-12-14 13:33:11 +02:00
parsers.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
permissions.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
renderers.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
serializers.py Collection: also save the collection UID on the model itself. 2020-12-14 13:33:11 +02:00
signals.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
tests.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
urls.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
utils.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
views.py Collection: also save the collection UID on the model itself. 2020-12-14 13:33:11 +02:00