etesync-server/django_etebase
Tom Hacohen 317c492688 CollectionItem: add support for filtering collections' main items.
This used to be the default, so it still is.

It only affects the list endpoint, the rest all support withCollection
anyway, because IDs are passed directly.
2020-06-23 13:50:09 +03:00
..
migrations Items must have a uid now (not null). 2020-06-23 13:05:34 +03:00
token_auth Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03: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 Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
apps.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
models.py Items must have a uid now (not null). 2020-06-23 13:05:34 +03:00
permissions.py Collection: change collections to be an extension of items 2020-06-23 13:03:46 +03:00
serializers.py Collection: change collections to be an extension of items 2020-06-23 13:03:46 +03:00
tests.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
views.py CollectionItem: add support for filtering collections' main items. 2020-06-23 13:50:09 +03:00