etesync-server/django_etesync
Tom Hacohen f1bfb0a9a0 Model uid validator: fix off-by-1 error with the uid.
256bit is actually 43 base64 chars, not 44.
2020-02-26 16:50:49 +02:00
..
migrations Model uid validator: fix off-by-1 error with the uid. 2020-02-26 16:50:49 +02:00
__init__.py Create the django_etesync app. 2020-02-19 22:28:08 +02:00
admin.py Create new django project. 2020-02-19 14:57:54 +02:00
app_settings.py pylint: fix more warnings. 2020-02-26 14:39:32 +02:00
apps.py Create new django project. 2020-02-19 14:57:54 +02:00
models.py Model uid validator: fix off-by-1 error with the uid. 2020-02-26 16:50:49 +02:00
paginators.py Create the django_etesync app. 2020-02-19 22:28:08 +02:00
permissions.py Create the django_etesync app. 2020-02-19 22:28:08 +02:00
serializers.py Implement item creation. 2020-02-26 16:23:16 +02:00
tests.py Create new django project. 2020-02-19 14:57:54 +02:00
views.py Collection item list: limit only to non-deleted by default. 2020-02-26 16:42:49 +02:00